Closed arthurschreiber closed 2 months ago
Attention: Patch coverage is 56.08466%
with 83 lines
in your changes missing coverage. Please review.
Project coverage is 79.14%. Comparing base (
e8c6228
) to head (b51bcbf
). Report is 3 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/connection.ts | 56.08% | 74 Missing and 9 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closing this in favor of #1663.
Before submitting a PR :
master
branch of the repository.npm install
in the root folder.npm run-script test-all
). During development, to run individual test usenode_modules/nodeunit test/<test_file.js> -t <test_name>
.npm run build
).npm run lint
).node_modules/.bin/commitlint --from origin/master --to HEAD
). Refer commit conventions and commit rules.Thank you for Contributing!