Skip to content

Commit 41a0674

Browse files
committed
Update coverage step in CI
1 parent 5d0e9ac commit 41a0674

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
report_paths: test-results/results.xml
4242

4343
- name: Code Coverage Summary Report
44-
uses: codecov/codecov-action@v2
44+
uses: codecov/codecov-action@v4
45+
env:
46+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4547
with:
4648
files: code-coverage/coverage.xml

0 commit comments

Comments
 (0)