name: Test Windows Runner on: workflow_dispatch: branches: [master] permissions: contents: read jobs: test: runs-on: windows-latest name: CI Build steps: - name: Test Action uses: irongut/CodeCoverageSummary@master with: filename: /app/sample.coverage.xml,/app/sample.coverage.xml badge: true fail_below_min: true format: markdown hide_branch_rate: false hide_complexity: true indicators: true output: both thresholds: '60 80'