Skip to content

Commit b8b1c42

Browse files
committed
chore: remove codecov token
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
1 parent b704489 commit b8b1c42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,4 @@ jobs:
5151
if: matrix.node-version >= 10
5252
uses: codecov/codecov-action@v3
5353
with:
54-
token: ${{ secrets.CODECOV_TOKEN }}
5554
fail_ci_if_error: true

0 commit comments

Comments
 (0)