Skip to content

Commit

Permalink
chore: remove codecov token
Browse files Browse the repository at this point in the history
It looks like 1a1a820 actually broke
codecov. Codecov is currently trying to diff all PRs against the commit
before that one, which leads to flagging previously-added lines of code
as needing coverage in the current PR.

Let's try removing the token and see if codecov is happy again.

Fixes #1124
  • Loading branch information
nfischer committed Nov 12, 2023
1 parent b704489 commit b8b1c42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ jobs:
if: matrix.node-version >= 10
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit b8b1c42

Please sign in to comment.