We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb2fa3 commit 145eb24Copy full SHA for 145eb24
.github/workflows/ci.yml
@@ -68,9 +68,10 @@ jobs:
68
verbose: true # optional (default = false)
69
- name: upload test report to codecov.io
70
if: always() # even if previous steps fail, this one needs to be run
71
- uses: codecov/test-results-action@v1
+ uses: codecov/codecov-action@v5
72
with:
73
token: ${{ secrets.CODECOV_TOKEN }}
74
+ report_type: test_results
75
# do not search for coverage files automatically, upload only specified files
76
disable_search: true
77
files: tests/unit/out/gcov/junit.xml
0 commit comments