File tree Expand file tree Collapse file tree 4 files changed +22
-15
lines changed Expand file tree Collapse file tree 4 files changed +22
-15
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "all" : true ,
3
+ "exclude" : [
4
+ " {coverage,test}/**" ,
5
+ " .eslintrc.js" ,
6
+ " index.d.ts"
7
+ ],
8
+ "reporter" : [
9
+ " html" ,
10
+ " lcov"
11
+ ]
12
+ }
Original file line number Diff line number Diff line change 24
24
- run : npm install --no-audit
25
25
- run : npm test
26
26
- uses : codecov/codecov-action@v1
27
+ with :
28
+ file : coverage/lcov.info
29
+ name : ${{ matrix.os }}/${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1
1
/node_modules
2
- .nyc_output
3
2
coverage
Original file line number Diff line number Diff line change 11
11
"node" : " >=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0"
12
12
},
13
13
"scripts" : {
14
- "test" : " as-i-preach && nyc ava"
14
+ "test" : " as-i-preach && c8 ava"
15
15
},
16
16
"repository" : {
17
17
"type" : " git" ,
30
30
"js-string-escape" : " ^1.0.1" ,
31
31
"lodash" : " ^4.17.15" ,
32
32
"md5-hex" : " ^3.0.1" ,
33
- "semver" : " ^7.1.3 " ,
33
+ "semver" : " ^7.3.2 " ,
34
34
"well-known-symbols" : " ^2.0.0"
35
35
},
36
36
"devDependencies" : {
37
37
"@novemberborn/eslint-plugin-as-i-preach" : " ^12.0.0" ,
38
- "ava" : " ^3.5.1" ,
38
+ "ava" : " ^3.8.2" ,
39
+ "c8" : " ^7.1.2" ,
39
40
"eslint" : " ^6.8.0" ,
40
- "eslint-plugin-ava" : " ^10.2 .0" ,
41
- "eslint-plugin-import" : " ^2.20.1 " ,
42
- "eslint-plugin-node" : " ^11.0 .0" ,
41
+ "eslint-plugin-ava" : " ^10.3 .0" ,
42
+ "eslint-plugin-import" : " ^2.20.2 " ,
43
+ "eslint-plugin-node" : " ^11.1 .0" ,
43
44
"eslint-plugin-promise" : " ^4.2.1" ,
44
45
"eslint-plugin-security" : " ^1.4.0" ,
45
46
"eslint-plugin-standard" : " ^4.0.1" ,
46
47
"eslint-plugin-unicorn" : " ^17.2.0" ,
47
- "nyc" : " ^15.0.0" ,
48
48
"proxyquire" : " ^2.1.3"
49
- },
50
- "nyc" : {
51
- "reporter" : [
52
- " html" ,
53
- " lcov" ,
54
- " text"
55
- ]
56
49
}
57
50
}
You can’t perform that action at this time.
0 commit comments