Skip to content

Commit

Permalink
Add Coverage support with c8
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 2, 2022
1 parent e95cd06 commit e46d912
Show file tree
Hide file tree
Showing 5 changed files with 361 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"reporter": [
"html",
"lcovonly",
"text"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: npm ci

- name: Run unit tests
run: npm run mocha
run: npm run test:ci
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/coverage/
/node_modules/
Loading

0 comments on commit e46d912

Please sign in to comment.