Skip to content

Commit

Permalink
[pkg] Replace nyc with c8
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Sep 12, 2020
1 parent 2d5df2c commit 6ba119d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
node_modules/
.nyc_output/
coverage/
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,4 @@ node_js:
- "12"
- "10"
after_success:
- nyc report --reporter=text-lcov | coveralls
- c8 report --reporter=text-lcov | coveralls
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,11 +25,11 @@
"main": "index.js",
"repository": "lpinca/forwarded-parse",
"scripts": {
"test": "nyc --reporter=html --reporter=text tape test.js"
"test": "c8 --reporter=html --reporter=text tape test.js"
},
"devDependencies": {
"c8": "^7.3.0",
"coveralls": "^3.1.0",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"tape": "^5.0.1"
}
Expand Down

0 comments on commit 6ba119d

Please sign in to comment.