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 c48b7b9 commit 008f1f5Copy full SHA for 008f1f5
1 file changed
.github/workflows/build.yml
@@ -105,7 +105,7 @@ jobs:
105
- name: Prepare coverage reports
106
run: reportgenerator -reports:*/coverage/*/coverage.cobertura.xml -targetdir:./ -reporttypes:Cobertura
107
- name: Upload coverage report
108
- uses: codecov/codecov-action@v3.1.2
+ uses: codecov/codecov-action@v3.1.4
109
with:
110
file: Cobertura.xml
111
fail_ci_if_error: false
0 commit comments