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

3-prism / prism3-rust-core / c3de7c65-cffc-4e9f-868f-a3ec4dafa411
100%

Build:
DEFAULT BRANCH: main
Ran 13 Oct 2025 05:12PM UTC
Jobs 1
Files 9
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

13 Oct 2025 05:10PM UTC coverage: 100.0%. Remained the same
c3de7c65-cffc-4e9f-868f-a3ec4dafa411

push

circleci

Haixing-Hu
Add Cargo.lock to version control for CI optimization

- Remove Cargo.lock from .gitignore
- Commit Cargo.lock for precise dependency tracking in CI
- Add explanatory comment in .gitignore about this decision

Rationale:
  * Enable precise CI cache invalidation based on actual dependency versions
  * Track all dependencies (direct + transitive) with exact versions
  * Ensure reproducible builds across all CI runs
  * Prevent cache mismatches when transitive dependencies update
  * Follow modern Rust practices (many major projects commit Cargo.lock)

Benefits:
  * More accurate cache hits (only invalidate when dependencies actually change)
  * Eliminate 'dependency changed but cache didn't' scenarios
  * Faster CI builds with better cache efficiency
  * Consistent dependency versions across all environments

Note: This is acceptable for library projects with comprehensive CI testing.
The published library will not include Cargo.lock, and users will generate
their own based on our Cargo.toml version requirements.

716 of 716 relevant lines covered (100.0%)

7.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 c3de7c65-cffc-4e9f-868f-a3ec4dafa411.1 13 Oct 2025 05:12PM UTC 9
100.0
Source Files on build c3de7c65-cffc-4e9f-868f-a3ec4dafa411
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #C3DE7C65...
  • f71fb83e on github
  • Prev Build on main (#B5AE536A...)
  • Next Build on main (#0C42AEC7...)
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