Remove codecov token, not required for public repos (#389)
This commit is contained in:
parent
03b9f69a01
commit
ea64b74aa6
|
@ -37,7 +37,6 @@ jobs:
|
|||
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
directory: /tmp/cov/
|
||||
name: nomos-node-codecov
|
||||
fail_ci_if_error: true
|
||||
|
|
Loading…
Reference in New Issue