Skip to content

Commit

Permalink
💚 Fix codecov upload
Browse files Browse the repository at this point in the history
Uses source cobertura files instead of consolidated in hopes of fixing
Codecov upload issue.
  • Loading branch information
connorjs committed Jul 24, 2024
1 parent 92c3753 commit d92c5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
disable_search: true
fail_ci_if_error: true
files: coverage/report/Cobertura.xml
files: coverage/*.cobertura.xml
flags: unittests
plugins: noop
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit d92c5a3

Please sign in to comment.