File tree 2 files changed +4
-15
lines changed
2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,17 @@ jobs:
10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- node : [10, 12, 14]
13
+ node : [10, 12, 14, 15 ]
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- uses : actions/setup-node@v1
17
17
with :
18
18
node-version : ${{ matrix.node }}
19
19
- run : npm install
20
20
- run : npm test
21
+ - uses : codecov/codecov-action@v1
22
+ with :
23
+ name : actions ${{ matrix.node }}
21
24
windows :
22
25
runs-on : windows-latest
23
26
steps :
45
48
node-version : 12
46
49
- run : npm install
47
50
- run : npm run docs-test
48
- coverage :
49
- runs-on : ubuntu-latest
50
- steps :
51
- - uses : actions/checkout@v2
52
- - uses : actions/setup-node@v1
53
- with :
54
- node-version : 12
55
- - run : npm install
56
- - run : npm test
57
- - run : npm run codecov
58
- - uses : codecov/codecov-action@v1
59
- with :
60
- token : ${{ secrets.CODECOV_TOKEN }}
61
51
release :
62
52
if : github.ref == 'refs/heads/master'
63
53
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 47
47
"@types/update-notifier" : " ^5.0.0" ,
48
48
"c8" : " ^7.0.0" ,
49
49
"chai" : " ^4.2.0" ,
50
- "codecov" : " ^3.6.1" ,
51
50
"execa" : " ^5.0.0" ,
52
51
"gts" : " ^3.0.0" ,
53
52
"mocha" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments