File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
branches :
9
9
- main
10
+ workflow_call :
11
+ secrets :
12
+ CODECOV_TOKEN :
13
+ required : true
10
14
11
15
jobs :
12
16
build :
38
42
run : npm run lint
39
43
- name : Test
40
44
run : npm run ci
41
- - name : Coveralls Parallel
42
- uses : coverallsapp/github -action@master
45
+ - name : Upload coverage reports to Codecov
46
+ uses : codecov/codecov -action@v5
43
47
with :
44
- github-token : ${{ secrets.github_token }}
45
- flag-name : node-${{ matrix.node-version }}
46
- path-to-lcov : ./coverage/lcov.info
47
- parallel : true
48
- finish :
49
- needs : build
50
- runs-on : ubuntu-latest
51
- steps :
52
- - name : Coveralls Finished
53
- uses : coverallsapp/github-action@master
54
- with :
55
- github-token : ${{ secrets.github_token }}
56
- path-to-lcov : ./coverage/lcov.info
57
- parallel-finished : true
48
+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments