Skip to content

Commit 3020bce

Browse files
Update codecov/codecov-action action to v1.5.2
1 parent f8e10b9 commit 3020bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Prepare coverage reports
100100
run: reportgenerator -reports:*/coverage/*/coverage.cobertura.xml -targetdir:./ -reporttypes:Cobertura
101101
- name: Upload coverage report
102-
uses: codecov/codecov-action@v1.0.13
102+
uses: codecov/codecov-action@v1.5.2
103103
with:
104104
file: Cobertura.xml
105105
fail_ci_if_error: false

0 commit comments

Comments
 (0)