Skip to content

Commit

Permalink
Remove codecov token, not required for public repos
Browse files Browse the repository at this point in the history
  • Loading branch information
bacv committed Sep 11, 2023
1 parent 3b90cb7 commit 42b5a5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42b5a5e

Please sign in to comment.