forked from TrueCloudLab/certificates
[action] codecov token not needed for public repos
This commit is contained in:
parent
b7f8f15619
commit
16c20c9279
1 changed files with 0 additions and 1 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -60,7 +60,6 @@ jobs:
|
||||||
name: Codecov
|
name: Codecov
|
||||||
uses: codecov/codecov-action@v1.2.1
|
uses: codecov/codecov-action@v1.2.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
|
||||||
file: ./coverage.out # optional
|
file: ./coverage.out # optional
|
||||||
name: codecov-umbrella # optional
|
name: codecov-umbrella # optional
|
||||||
fail_ci_if_error: true # optional (default = false)
|
fail_ci_if_error: true # optional (default = false)
|
||||||
|
|
Loading…
Reference in a new issue