We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875836f commit a961372Copy full SHA for a961372
.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@v1.2.2
+ uses: codecov/codecov-action@v4.3.0
68
with:
69
file: Cobertura.xml
70
fail_ci_if_error: false
0 commit comments