Skip to content

Commit

Permalink
ci: allow coverage to produce expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed May 24, 2024
1 parent 47806a0 commit 2d355c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"mocha"
]
},
"c8": {
"all": true,
"reporter": [ "lcov" ]
},
"pkg": {
"scripts": [
"lib/**/*.js"
Expand Down

0 comments on commit 2d355c4

Please sign in to comment.