Skip to content

Commit

Permalink
Remove coverage parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-martinsmith committed Aug 21, 2024
1 parent 0b5cfea commit 36af300
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: 'Unit Test Results'
results-path: "**/*.trx"
coverage-path: "**/coverage.cobertura.xml"
coverage-threshold: ${{ env.COVERAGE_WARNING_THRESHOLD }}

- uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
Expand Down

0 comments on commit 36af300

Please sign in to comment.