Skip to content

Commit 145eb24

Browse files
committed
codecov: update from deprecated action
1 parent fbb2fa3 commit 145eb24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ jobs:
6868
verbose: true # optional (default = false)
6969
- name: upload test report to codecov.io
7070
if: always() # even if previous steps fail, this one needs to be run
71-
uses: codecov/test-results-action@v1
71+
uses: codecov/codecov-action@v5
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
74+
report_type: test_results
7475
# do not search for coverage files automatically, upload only specified files
7576
disable_search: true
7677
files: tests/unit/out/gcov/junit.xml

0 commit comments

Comments
 (0)