Skip to content

Add some debug output.#1639

Draft
arthurschreiber wants to merge 2 commits intomasterfrom
arthur/rerouting-cleanup
Draft

Add some debug output.#1639
arthurschreiber wants to merge 2 commits intomasterfrom
arthur/rerouting-cleanup

Conversation

@arthurschreiber
Copy link
Copy Markdown
Collaborator

Before submitting a PR :

  1. Ensure your fork is created from master branch of the repository.
  2. Run npm install in the root folder.
  3. After bug fix/code change, ensure all the existing tests and new tests (if any) pass (npm run-script test-all). During development, to run individual test use node_modules/nodeunit test/<test_file.js> -t <test_name>.
  4. Build the driver (npm run build).
  5. Run eslint and flow typechecker (npm run lint).
  6. Run commitlint (node_modules/.bin/commitlint --from origin/master --to HEAD). Refer commit conventions and commit rules.

Thank you for Contributing!

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 19, 2024

Codecov Report

❌ Patch coverage is 75.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.05%. Comparing base (0ad179f) to head (2154afd).
⚠️ Report is 49 commits behind head on master.

Files with missing lines Patch % Lines
src/connection.ts 75.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1639      +/-   ##
==========================================
- Coverage   79.34%   79.05%   -0.29%     
==========================================
  Files          93       93              
  Lines        4860     4874      +14     
  Branches      933      933              
==========================================
- Hits         3856     3853       -3     
- Misses        699      715      +16     
- Partials      305      306       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant