Skip to content

Commit

Permalink
test: reduce code cov threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriternr committed May 26, 2022
1 parent 3a88e62 commit 77840bd
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 @@ -31,7 +31,7 @@
"cov:html": "nyc report --reporter=html",
"cov:lcov": "nyc report --reporter=lcov",
"cov:send": "run-s cov:lcov && codecov",
"cov:check": "nyc report && nyc check-coverage --lines 85 --functions 100 --branches 100",
"cov:check": "nyc report && nyc check-coverage --lines 80 --functions 90 --branches 90",
"doc": "run-s doc:html && open-cli build/docs/index.html",
"doc:html": "typedoc src/ --exclude **/*.spec.ts --out build/docs",
"doc:json": "typedoc src/ --exclude **/*.spec.ts --json build/docs/typedoc.json",
Expand Down

0 comments on commit 77840bd

Please sign in to comment.