Skip to content

Commit

Permalink
updated coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed Aug 24, 2024
1 parent 098c7e0 commit e7d84ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Module to calculate graph centrality metrics",
"main": "index.js",
"scripts": {
"test": "tap -- --branches=80 --lines=80 --statements=80 --functions=80 test/*.js"
"test": "tap --allow-incomplete-coverage test/*.js"
},
"keywords": [
"graph",
Expand Down

0 comments on commit e7d84ec

Please sign in to comment.