Skip to content

Commit

Permalink
patch coverange junit location for codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Nov 20, 2024
1 parent 7847dce commit f6b1d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
if: ${{ !cancelled() && success() && matrix.test-case == 'test-coverage-only' }}
uses: codecov/test-results-action@v1
with:
files: ./junit.xml,!./cache
files: reports/coverage-junit.xml,!./cache
flags: ${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage report
Expand Down

0 comments on commit f6b1d8c

Please sign in to comment.