Remove codecov token, not required for public repos (#389)

This commit is contained in:
gusto 2023-09-11 14:54:21 +03:00 committed by GitHub
parent 03b9f69a01
commit ea64b74aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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