Skip to content

Commit

Permalink
Replace nyc with c8
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Oct 24, 2021
1 parent e2ee88a commit afb2f22
Show file tree
Hide file tree
Showing 6 changed files with 377 additions and 2,303 deletions.
3 changes: 3 additions & 0 deletions .c8rc.json
@@ -0,0 +1,3 @@
{
"reporter": "lcovonly"
}
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -3,4 +3,4 @@ dist/*
dist/cjs/*
!dist/cjs/package.json
node_modules
.nyc_output
coverage
2 changes: 1 addition & 1 deletion .mocharc.json
Expand Up @@ -2,5 +2,5 @@
"reporter": "spec",
"ui": "bdd",
"experimental-specifier-resolution": "node",
"require": ["env-test", "@babel/register", "isomorphic-fetch"]
"require": ["env-test", "isomorphic-fetch"]
}
4 changes: 0 additions & 4 deletions .nycrc

This file was deleted.

0 comments on commit afb2f22

Please sign in to comment.