Skip to content

Commit

Permalink
test: align cc threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Aug 22, 2023
1 parent 196f433 commit 9bf5849
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 @@ -123,7 +123,7 @@
"test": "concurrently -s command-1 -k \"npm run test:server\" \"node ./out/test/run-test.js\"",
"test:cc": "concurrently -s command-1 -k \"npm run test:server\" \"c8 node ./out/test/run-test.js\"",
"test:server": "node ./out/test/run-server.js",
"test:ensure-coverage": "npx c8 check-coverage --lines 75 --functions 80 --branches 80 --statements 75"
"test:ensure-coverage": "npx c8 check-coverage --lines 70 --functions 80 --branches 80 --statements 70"
},
"devDependencies": {
"@graphql-tools/mock": "^9.0.0",
Expand Down

0 comments on commit 9bf5849

Please sign in to comment.