Skip to content

Commit

Permalink
remap coverage to source files
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jul 7, 2023
1 parent 7885de7 commit acf531b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .c8rc.json
@@ -1,5 +1,5 @@
{
"include": [
"lib/*.js"
]
"all": true,
"src": ["./src"],
"include": ["lib/**"]
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"precommit": "lint-staged",
"prepublish": "yarn run clean && yarn run build",
"preversion": "yarn run test",
"test": "yarn run lint && yarn run build && c8 yarn run test-only",
"test": "yarn run lint && yarn run build --source-maps && c8 yarn run test-only",
"test-only": "ava"
},
"repository": {
Expand Down

0 comments on commit acf531b

Please sign in to comment.