mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-21 04:34:51 +02:00
ci: add token secret to make codecov action more stable (#850)
The codecov action can sometimes fail; this change adds the repo codecov token to use by default to help alleviate this.
This commit is contained in:
parent
7482e0b495
commit
97ba34e3f4
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
# Code coverage generation via cargo-tarpaulin, and uploaded to codecov.
|
# Code coverage generation via cargo-llvm-cov, and uploaded to codecov.
|
||||||
|
|
||||||
name: codecov
|
name: codecov
|
||||||
|
|
||||||
@ -56,3 +56,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: lcov.info
|
files: lcov.info
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user