Skip to content

Commit

Permalink
Update coverage step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leburgel committed Feb 9, 2024
1 parent 5d0e9ac commit 41a0674
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
report_paths: test-results/results.xml

- name: Code Coverage Summary Report
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: code-coverage/coverage.xml

0 comments on commit 41a0674

Please sign in to comment.