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

mongodb / atlas-local-cli
87%

Build:
DEFAULT BRANCH: main
Repo Added 04 Dec 2025 04:02PM UTC
Token PGE7n6HrHPUlJz4VCPuhRId442Txz45vK regen
Build 205 Last
Files 36
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 main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • CLOUDP-363341
  • CLOUDP-363342
  • CLOUDP-363344
  • CLOUDP-363345
  • CLOUDP-363346
  • CLOUDP-363347
  • CLOUDP-363348
  • CLOUDP-363349
  • CLOUDP-363350
  • CLOUDP-363352
  • CLOUDP-366564
  • CLOUDP-376592
  • CLOUDP-376599
  • CLOUDP-377162
  • CLOUDP-377162-2
  • CLOUDP-377162-3
  • CLOUDP-377162-4
  • CLOUDP-379734
  • CLOUDP-379806
  • CLOUDP-379810
  • CLOUDP-396721
  • CLOUDP-397137
  • CLOUDP-397147
  • LS/auto-minver-bump
  • LS/cli-bump-action-fix
  • LS/image-tag-support
  • LS/release-improvement
  • bump-atlas-local-0.6.1
  • chore/update-codeowners-apix-devtools
  • dependabot/cargo/rust-security-2cb957d483
  • dependabot/cargo/rust-version-updates-10d34f6d78
  • dependabot/cargo/rust-version-updates-14a6971b39
  • dependabot/cargo/rust-version-updates-1a008c144d
  • dependabot/cargo/rust-version-updates-2250e2aeca
  • dependabot/cargo/rust-version-updates-277447d62c
  • dependabot/cargo/rust-version-updates-2ee26c840f
  • dependabot/cargo/rust-version-updates-6523f954f0
  • dependabot/cargo/rust-version-updates-7315c86a97
  • dependabot/cargo/rust-version-updates-7d2716c51f
  • dependabot/cargo/rust-version-updates-8404a6f6e2
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/download-artifact-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/coverallsapp/github-action-2.3.7
  • disable-dependabot-github-actions
  • fix/bollard-0.20.2-api
  • fix/bump-atlas-local-0.7.1
  • fix/rustsec-2026-0098
  • fix/rustsec-2026-0098-clean
  • improve-dependabot-auto-approve.yml
  • jeroenvervaeke-patch-1
  • main
  • search-index-commands

28 May 2026 09:34AM UTC coverage: 86.652% (-0.03%) from 86.678%
26566806167

push

github

web-flow
fix: bump atlas-local to 0.7.1, drop direct bollard dependency (#70)

* fix: bump atlas-local to 0.7.1 and bollard to 0.21 to fix API breakage

bollard 0.20.2 made bollard::secret types private (moved to bollard::models);
atlas-local 0.7.1 removes bollard from its public API (replacing
bollard::errors::Error with DockerError and bollard::secret::HealthStatusEnum
with ContainerHealthStatus) and requires bollard 0.21.

Update all test code to use atlas_local::DockerError and
atlas_local::ContainerHealthStatus instead of the former bollard types.
Also include all other dep bumps from dependabot PR #67.

* refactor: drop direct bollard dep, use atlas_local::Client constructors

atlas-local 0.7.1 exposes Client::connect_with_defaults() and
Client::connect_with_socket_defaults(), removing the need to import
bollard::Docker directly. Replace all Client::new(Docker::connect_with_defaults()?)
call sites with Client::connect_with_defaults() and remove the bollard
direct dependency from Cargo.toml.

* style: run cargo fmt

* fix: update rustls-webpki to 0.103.13 (RUSTSEC-2026-0104)

* fix: remove unused std::io imports

* chore: regenerate LICENSE-3RD-PARTY.txt

* chore: regenerate LICENSE-3RD-PARTY.txt without stderr noise

21 of 35 new or added lines in 8 files covered. (60.0%)

1 existing line in 1 file now uncovered.

5953 of 6870 relevant lines covered (86.65%)

8.51 hits per line

Relevant lines Covered
Build:
Build:
6870 RELEVANT LINES 5953 COVERED LINES
8.51 HITS PER LINE
Source Files on main
  • Tree
  • List 36
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26566806167 main fix: bump atlas-local to 0.7.1, drop direct bollard dependency (#70) * fix: bump atlas-local to 0.7.1 and bollard to 0.21 to fix API breakage bollard 0.20.2 made bollard::secret types private (moved to bollard::models); atlas-local 0.7.1 removes... push 28 May 2026 09:47AM UTC web-flow github
86.65
26564999157 fix/bump-atlas-local-0.7.1 Merge 66b95f42e into 9e2bb5d85 Pull #70 28 May 2026 09:00AM UTC web-flow github
86.65
26516173117 fix/bump-atlas-local-0.7.1 Merge 55416993b into 9e2bb5d85 Pull #70 27 May 2026 02:08PM UTC web-flow github
86.65
26516082987 fix/bump-atlas-local-0.7.1 Merge 21579ca95 into 9e2bb5d85 Pull #70 27 May 2026 02:08PM UTC web-flow github
86.65
26508071413 fix/bump-atlas-local-0.7.1 Merge 971f1fb3f into 9e2bb5d85 Pull #70 27 May 2026 11:27AM UTC web-flow github
86.65
26507785228 fix/bump-atlas-local-0.7.1 Merge 551b721b6 into 9e2bb5d85 Pull #70 27 May 2026 11:18AM UTC web-flow github
86.65
26506970409 fix/bump-atlas-local-0.7.1 Merge 98eb1d527 into 9e2bb5d85 Pull #70 27 May 2026 11:08AM UTC web-flow github
86.71
26506873890 fix/bollard-0.20.2-api Merge 98eb1d527 into 9e2bb5d85 Pull #69 27 May 2026 11:06AM UTC web-flow github
86.71
26506672971 fix/bollard-0.20.2-api Merge a1f706782 into 9e2bb5d85 Pull #69 27 May 2026 11:00AM UTC web-flow github
86.64
24716553519 main chore(release): prepare for 0.11.2 push 21 Apr 2026 10:18AM UTC apix-bot[bot] github
86.68
See All Builds (180)

Badge your Repo: atlas-local-cli

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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

© 2026 Coveralls, Inc