Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme and CI #348

Merged
merged 8 commits into from
Feb 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: remove coverage threshold to pass ci
Frazer Smith committed Feb 2, 2021
commit 76536e134a56b8c59f9aece81413ba09d1c50b79
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"prepare": "node lib/util/prepare-swagger-ui",
"prepublishOnly": "npm run prepare",
"test": "standard && tap --100 test/**/*.js && npm run typescript",
"test:ci": "standard && tap --100 test/**/*.js --coverage-report=lcovonly && npm run typescript",
"test:ci": "standard && tap test/**/*.js --coverage-report=lcovonly && npm run typescript",
"typescript": "tsd"
},
"repository": {