We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903d3da commit 095a522Copy full SHA for 095a522
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Prepare coverage reports
65
run: reportgenerator -reports:*/coverage/*/coverage.cobertura.xml -targetdir:./ -reporttypes:Cobertura
66
- name: Upload coverage report
67
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.3.1
68
with:
69
file: Cobertura.xml
70
fail_ci_if_error: false
0 commit comments