File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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 }}
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
You can’t perform that action at this time.
0 commit comments