Skip to content

Commit bf23644

Browse files
committed
Simplify Codecov setup
1 parent eea71c3 commit bf23644

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
- run: npm install --no-audit
2525
- run: npm test
2626
- uses: codecov/codecov-action@v1
27-
with:
28-
token: ${{ secrets.CODECOV_TOKEN }}
2927

3028
integration:
3129
name: Integration tests
@@ -40,5 +38,3 @@ jobs:
4038
- run: npm install --no-audit
4139
- run: npm run integration
4240
- uses: codecov/codecov-action@v1
43-
with:
44-
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)