Skip to content

Commit

Permalink
chore: use .taprc and show coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Oct 11, 2023
1 parent 4278b29 commit 52a7a58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
files:
- test/**/*.test.js

show-full-coverage: true
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "ncc build src/index.js",
"lint": "eslint .",
"test": "tap test/**.test.js",
"test": "tap",
"prepare": "husky install"
},
"author": {
Expand Down

0 comments on commit 52a7a58

Please sign in to comment.