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 a29a502 commit c48b7b9Copy full SHA for c48b7b9
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.1
+ uses: codecov/codecov-action@v3.1.2
109
with:
110
file: Cobertura.xml
111
fail_ci_if_error: false
0 commit comments