• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mongodb-js / devtools-shared
73%
main: 74%

Build:
Build:
LAST BUILD BRANCH: 10034-dev
DEFAULT BRANCH: main
Repo Added 31 Mar 2025 11:17AM UTC
Files 145
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 2488-dev
branch: 2488-dev
CHANGE BRANCH
x
Reset
  • 2488-dev
  • 10034-dev
  • 2883-dev
  • COMPASS-8601
  • COMPASS-9237
  • COMPASS-9429-rankFusion-8-1
  • COMPASS-9430-score-fusion
  • COMPASS-9455
  • COMPASS-9553-vector-similarity-expressions
  • COMPASS-9693
  • COMPASS-9700
  • COMPASS-9871
  • COMPASS-9943-rhel9-on-ci
  • add-autocomplete-package
  • align-log-writers
  • autocomplete-types-tests
  • bump-node
  • bump-shell-api
  • bundle-all-ts-files
  • bundle-the-output
  • charset-utf8-in-urlencoded-contenttype
  • debug-ts-autocomplete
  • fallback-to-true
  • feat/mcp-29
  • fix-build-info-default-export
  • fix-collection-dots
  • fix-exports
  • fix-types-for-real
  • fix-uncommitted
  • fix-webpack-dep-plugin-relative-lookups
  • forgotten-bit
  • gagik/add-device-id
  • gagik/async-native-device-id
  • gagik/docs-machine-id
  • gagik/download-dir
  • gagik/export-types
  • gagik/npm-token-script
  • insert-correct-ts
  • kh/build-info
  • kh/build-info-identify-server-name
  • kh/build-info-identify-server-name-2
  • kh/build-info-pass-build-info
  • kh/simpler-tsconfig
  • main
  • make-shell-api-peer
  • mongodb-ns-fix-publish
  • mongodb-runner-verbose-logs
  • mongosh-2194-dev
  • move-ns
  • new-aws-ips
  • ni/coveralls
  • ni/device-id-tweaks
  • ni/mql-typescript
  • ni/recursive-log-manager
  • ni/update-dependencies
  • no-connection
  • no-peer-dep
  • replace-mql-types
  • resilient-mongodbrunner-close
  • some-deps-are-not-dev
  • test-schema
  • undefined-connection-database
  • vector-search-description

13 Aug 2025 12:57PM UTC coverage: 72.831%. First build
16938229201

Pull #566

github

addaleax
fix(devtools-connect): fix TLS error fallback mechanism MONGOSH-2488

Restructure our proxy integration logic to:

- Avoid modifying the OIDC options – previously we were assigning to
  `clientOptions.oidc`, which meant that the `fetch` function created
  to read the system certificates was also used for the non-system-cert
  `connect()` call, breaking our fallback mechanism
- Add a test that verifies that the fallback mechanism works both for
  TLS driver connections and HTTPS OIDC calls.
- Deduplicate the logic for adding CA options to the `DevtoolsProxyOptions`
  instances.
- Share log info from the OIDC agent instance, if a new one has been
  created.
- Make sure that TLS errors passed through node-fetch are actually
  picked up by our "nested error" detection logic (they have a different
  `toStringTag` defined than regular `Error` instances).
Pull Request #566: fix(devtools-connect): fix TLS error fallback mechanism MONGOSH-2488

1510 of 2359 branches covered (64.01%)

Branch coverage included in aggregate %.

18 of 30 new or added lines in 4 files covered. (60.0%)

3267 of 4200 relevant lines covered (77.79%)

595.01 hits per line

Relevant lines Covered
Build:
Build:
4200 RELEVANT LINES 3267 COVERED LINES
595.01 HITS PER LINE
Source Files on 2488-dev
  • Tree
  • List 132
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
16938229201 2488-dev fix(devtools-connect): fix TLS error fallback mechanism MONGOSH-2488 Restructure our proxy integration logic to: - Avoid modifying the OIDC options – previously we were assigning to `clientOptions.oidc`, which meant that the `fetch` function c... Pull #566 13 Aug 2025 01:20PM UTC addaleax github
72.83
See All Builds (216)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc