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

mongodb / atlas-local-cli / 26566806167
87%

Build:
DEFAULT BRANCH: main
Ran 28 May 2026 09:47AM UTC
Jobs 1
Files 36
Run time 1min
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

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

Uncovered Changes

Lines Coverage ∆ File
3
0.0
0.0% src/commands/with_mongodb.rs
2
92.98
-0.09% src/commands/delete.rs
2
75.44
0.0% src/commands/list.rs
2
84.31
0.0% src/commands/logs.rs
2
97.99
-0.01% src/commands/start.rs
2
95.91
-0.04% src/commands/stop.rs
1
97.51
-0.01% src/commands/connect.rs

Coverage Regressions

Lines Coverage ∆ File
1
97.51
-0.01% src/commands/connect.rs
Jobs
ID Job ID Ran Files Coverage
1 26566806167.1 28 May 2026 09:47AM UTC 72
86.65
GitHub Action Run
Source Files on build 26566806167
  • Tree
  • List 36
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26566806167
  • bb8f3a4f on github
  • Prev Build on main (#24716553519)
  • Delete
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