Skip to content

Commit fae60c4

Browse files
committed
codecov: update actions
1 parent 5aaea23 commit fae60c4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: cobertura.xml
5555
path: cobertura.xml
5656
- name: upload coverage data to codecov.io
57-
uses: codecov/codecov-action@v4
57+
uses: codecov/codecov-action@v5
5858
if: always() # even if previous steps fail, this one needs to be run
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
@@ -67,9 +67,10 @@ jobs:
6767
verbose: true # optional (default = false)
6868
- name: upload test report to codecov.io
6969
if: always() # even if previous steps fail, this one needs to be run
70-
uses: codecov/test-results-action@v1
70+
uses: codecov/codecov-action@v5
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
73+
report_type: test_results
7374
# do not search for coverage files automatically, upload only specified files
7475
disable_search: true
7576
files: tests/unit/out/gcov/junit.xml

0 commit comments

Comments
 (0)