• 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: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • 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
  • 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
24716553519 main chore(release): prepare for 0.11.2 push 21 Apr 2026 10:18AM UTC apix-bot[bot] github
86.68
24716268133 main chore(deps): bump atlas-local from 0.6.0 to 0.6.1 (#64) * chore(deps): bump atlas-local from 0.6.0 to 0.6.1 * chore: regenerate LICENSE-3RD-PARTY.txt for atlas-local 0.6.1 push 21 Apr 2026 10:12AM UTC web-flow github
86.68
24558666183 main fix: bump apix-action version and add main cli repo (#62) push 17 Apr 2026 09:53AM UTC web-flow github
86.68
24460475168 main chore: update CODEOWNERS to apix-devtools (#61) push 15 Apr 2026 02:39PM UTC web-flow github
86.68
24456352577 main chore(release): prepare for 0.11.1 push 15 Apr 2026 01:16PM UTC apix-bot[bot] github
86.68
24455138173 main ci: sign windows binaries (#57) * ci: sign windows binaries * fix: dist generate * fix: remove tmp file * fix: merge into sign-zip * fix: vars * fix: comments * fix: comments * fix: move coveralls to it's own step * fix: coveralls not rep... push 15 Apr 2026 12:48PM UTC web-flow github
86.68
24448631592 main fix: update rustls-webpki to 0.103.12 (RUSTSEC-2026-0098) (#60) * fix: update rustls-webpki to 0.103.12 (RUSTSEC-2026-0098) Bumps rustls-webpki from 0.103.10 to 0.103.12 to address GHSA-965h-392x-2mh5 / RUSTSEC-2026-0098: URI name constraints we... push 15 Apr 2026 10:11AM UTC web-flow github
87.35
24447257187 main fix(release): remove atlas-local-docs-generator from package (#54) push 15 Apr 2026 09:36AM UTC web-flow github
87.35
24410835095 main ci: use apix-bot instead of github actions to update dependabot prs (#56) push 14 Apr 2026 04:34PM UTC web-flow github
87.35
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