Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Nov 8, 2023
1 parent ac0b895 commit 99aa814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: 'Unit Test Results'
results-path: coverage/**/*.trx
coverage-type: coburtura
coverage-path: coverage/**/coverage.cobertura.xml
results-path: ./coverage/**/*.trx
coverage-path: ./coverage/**/coverage.cobertura.xml
coverage-type: cobertura
coverage-threshold: 98

- name: Code coverage summary
Expand Down

0 comments on commit 99aa814

Please sign in to comment.