We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da74ba6 commit 58197f3Copy full SHA for 58197f3
.gitignore
@@ -1,4 +1,3 @@
1
node_modules
2
yarn.lock
3
-.nyc_output
4
coverage
package.json
@@ -8,7 +8,7 @@
8
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14"
9
},
10
"scripts": {
11
- "test": "xo && nyc ava",
+ "test": "xo && c8 ava",
12
"integration": "node ./test/integration/test.js"
13
14
"files": [
@@ -42,6 +42,7 @@
42
"devDependencies": {
43
"ava": "^2.3.0",
44
"babel-eslint": "^10.0.2",
45
+ "c8": "^7.2.0",
46
"chalk": "^4.1.0",
47
"del": "^5.0.0",
48
"eslint": "6.2.0",
@@ -50,7 +51,6 @@
50
51
"execa": "^4.0.2",
52
"js-combinatorics": "^0.5.4",
53
"listr": "^0.14.3",
- "nyc": "^15.1.0",
54
"outdent": "^0.7.0",
55
"pify": "^5.0.0",
56
"tempy": "^0.5.0",
@@ -84,7 +84,7 @@
84
"ava/no-ignored-test-files": "off"
85
}
86
87
- "nyc": {
+ "c8": {
88
"reporter": [
89
"html",
90
"lcov",
0 commit comments