Skip to content

Commit b56835f

Browse files
committed
chore: remove c8
1 parent 7acd8ea commit b56835f

File tree

2 files changed

+1
-115
lines changed

2 files changed

+1
-115
lines changed

package-lock.json

Lines changed: 0 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"release:patch": "standard-version --release-as patch && git push && git push --tags",
3838
"test": "tap --no-coverage",
3939
"test:dev": "tap --watch",
40-
"test:cov": "c8 --reporter=lcov tap --no-coverage",
40+
"test:cov": "tap",
4141
"prepare": "husky install"
4242
},
4343
"dependencies": {
@@ -50,7 +50,6 @@
5050
"@commitlint/config-conventional": "^17.0.0",
5151
"@types/functional-red-black-tree": "^1.0.0",
5252
"@types/tap": "^15.0.0",
53-
"c8": "^8.0.0",
5453
"gaussian": "^1.0.0",
5554
"husky": "^8.0.0",
5655
"nanobench": "^3.0.0",

0 commit comments

Comments
 (0)