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 c3e5786 commit 904646fCopy full SHA for 904646f
.github/workflows/build.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: Prepare coverage reports
110
run: reportgenerator -reports:*/coverage/*/coverage.cobertura.xml -targetdir:./ -reporttypes:Cobertura
111
- name: Upload coverage report
112
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
113
with:
114
file: Cobertura.xml
115
fail_ci_if_error: false
0 commit comments