Skip to content

Commit 52a7a58

Browse files
committed
chore: use .taprc and show coverage report
1 parent 4278b29 commit 52a7a58

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.taprc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
files:
2+
- test/**/*.test.js
3+
4+
show-full-coverage: true

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "ncc build src/index.js",
88
"lint": "eslint .",
9-
"test": "tap test/**.test.js",
9+
"test": "tap",
1010
"prepare": "husky install"
1111
},
1212
"author": {

0 commit comments

Comments
 (0)