1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

fix: update codecov action (again) (#731)

This commit is contained in:
Ryan (hackercat) 2021-06-09 17:30:16 +00:00 committed by GitHub
parent a141772b11
commit f96734321d

View file

@ -53,7 +53,7 @@ jobs:
env: env:
CGO_ENABLED: 0 CGO_ENABLED: 0
- name: Upload Codecov report - name: Upload Codecov report
uses: codecov/codecov-action@v1.5.0 uses: codecov/codecov-action@v1.5.2
with: with:
files: coverage.txt files: coverage.txt
fail_ci_if_error: true # optional (default = false) fail_ci_if_error: true # optional (default = false)