Skip to content

Commit

Permalink
switch codecov uploader (v1 deprecated, see https://github.com/codeco…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed May 4, 2022
1 parent 7207a7b commit 97cee91
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 @@ -154,7 +154,7 @@ jobs:
- name: Run Tests
run: make stop ${{ matrix.test-case }}
- name: Upload coverage report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
if: ${{ success() && matrix.test-case == 'test-coverage-only' }}
with:
files: ./reports/coverage.xml
Expand Down

0 comments on commit 97cee91

Please sign in to comment.