Skip to content

Commit 90ae870

Browse files
fix: codecov not running on PRs (#1213)
1 parent e9af062 commit 90ae870

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,4 @@ jobs:
4141
run: npm run build
4242

4343
- name: Run Code Coverage
44-
uses: codecov/codecov-action@v4
45-
with:
46-
token: ${{ secrets.CODECOV_TOKEN }}
44+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)