We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0e9ac commit 41a0674Copy full SHA for 41a0674
.github/workflows/CI.yml
@@ -41,6 +41,8 @@ jobs:
41
report_paths: test-results/results.xml
42
43
- name: Code Coverage Summary Report
44
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v4
45
+ env:
46
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
47
with:
48
files: code-coverage/coverage.xml
0 commit comments