Skip to content

Commit

Permalink
Update c8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Mar 1, 2024
1 parent 80ff109 commit 1efe165
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Expand Up @@ -109,10 +109,16 @@
},
"c8": {
"exclude": [
"**/*.test.*"
"test/*"
],
"lines": 100,
"check-coverage": true
"check-coverage": true,
"reporter": [
"text",
"lcov"
],
"skip-full": true,
"clean": true
},
"clean-publish": {
"cleanDocs": true
Expand Down

0 comments on commit 1efe165

Please sign in to comment.