Skip to content

Commit

Permalink
tests(core): add c8 code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jan 10, 2022
1 parent 7c49886 commit 1b83ab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Global
node_modules/
coverage

# OS Generated
.DS_Store*
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
"node": ">=12"
},
"scripts": {
"test": "ava"
"test": "c8 ava"
},
"devDependencies": {
"ava": "^3.15.0"
"ava": "^3.15.0",
"c8": "^7.11.0"
},
"files": [
"index.js"
Expand Down

0 comments on commit 1b83ab4

Please sign in to comment.