Skip to content

Commit

Permalink
chore: migrate from nyc to c8
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Jun 22, 2022
1 parent e9eaf19 commit 6596039
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .c8rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"include": [
"src/**/*.ts"
],
"reporter": [
"lcov",
"text",
"text-summary"
]
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node": ">=10.0.0"
},
"scripts": {
"test": "nyc ava",
"test": "c8 ava",
"lint": "eslint src test",
"preversion": "npm test",
"version": "standard-changelog && git add CHANGELOG.md",
Expand Down Expand Up @@ -42,17 +42,16 @@
"@typescript-eslint/parser": "^5.29.0",
"@vercel/ncc": "^0.34.0",
"ava": "^4.3.0",
"c8": "^7.11.3",
"eslint": "^8.18.0",
"eslint-scope": "^7.1.1",
"estraverse": "^5.3.0",
"meriyah": "^4.2.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"standard-changelog": "^2.0.27",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"dependencies": {},
"ava": {
"extensions": [
"ts"
Expand Down

0 comments on commit 6596039

Please sign in to comment.