Skip to content

Commit 1b83ab4

Browse files
committed
tests(core): add c8 code coverage
1 parent 7c49886 commit 1b83ab4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Global
22
node_modules/
3+
coverage
34

45
# OS Generated
56
.DS_Store*

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
"node": ">=12"
1616
},
1717
"scripts": {
18-
"test": "ava"
18+
"test": "c8 ava"
1919
},
2020
"devDependencies": {
21-
"ava": "^3.15.0"
21+
"ava": "^3.15.0",
22+
"c8": "^7.11.0"
2223
},
2324
"files": [
2425
"index.js"

0 commit comments

Comments
 (0)