Skip to content

Commit

Permalink
fix: configure c8 for more accurate coverage (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Jun 26, 2024
1 parent 6d991fc commit 20d1e0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@
"format": "biome format --write .",
"lint": "biome lint --write .",
"prepare": "husky",
"test": "c8 -r clover -r text ava"
"test": "c8 --all -r clover -r text ava"
},
"keywords": [
"decap-cms",
"sveltia-cms",
"github",
"gitlab",
"auth"
],
"keywords": ["decap-cms", "sveltia-cms", "github", "gitlab", "auth"],
"author": "OCAD University <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
Expand All @@ -37,8 +31,6 @@
"supertest": "^7.0.0"
},
"lint-staged": {
"*.{js,json}": [
"biome check --write --no-errors-on-unmatched"
]
"*.{js,json}": ["biome check --write --no-errors-on-unmatched"]
}
}

0 comments on commit 20d1e0e

Please sign in to comment.