Skip to content

Commit 4e02d12

Browse files
committed
fix codecov in ci
1 parent fd7759b commit 4e02d12

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ jobs:
2929
run: yarn test
3030
- name: Generate coverage report
3131
run: yarn coverage
32-
- name: Store coverage
32+
- name: Store coveralls coverage
3333
uses: coverallsapp/github-action@v2
3434
with:
3535
flag-name: linux-node-${{ matrix.node }}
3636
parallel: true
37-
- name: Upload coverage
37+
- name: Upload to codecov
3838
uses: codecov/codecov-action@v3
39+
env:
40+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3941
with:
4042
files: coverage/lcov.info
4143
name: ubuntu-latest-node-${{ matrix.node }}
@@ -46,7 +48,7 @@ jobs:
4648
if: ${{ always() }}
4749
runs-on: ubuntu-latest
4850
steps:
49-
- name: Coveralls Finished
51+
- name: Upload to coveralls
5052
uses: coverallsapp/github-action@v2
5153
with:
5254
parallel-finished: true

0 commit comments

Comments
 (0)