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

killercup / cargo-edit / 202 / 3
79%
master: 77%

Build:
Build:
LAST BUILD BRANCH: staging
DEFAULT BRANCH: master
Ran 23 Oct 2015 10:15PM UTC
Files 11
Run time 2s
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

20 Oct 2015 04:22PM UTC coverage: 76.209%. Remained the same
202.3

push

travis-ci

homu
Auto merge of #46 - rgardner:rm-section-after-last-dep, r=killercup

Remove manifest section after its last dependency has been removed

This also adds another assert to the doctest, a unit test in src/manifest.rs, and an integration test in tests/cargo-rm.rs

This is checklist item 5 as part of #28.

I'd love suggestions on how to do this better:
```rust
if let Some(b) = section.get().as_table().and_then(|x| Some(x.is_empty())) {
    if b {
        section.remove();
    }
};
```

394 of 517 relevant lines covered (76.21%)

0.76 hits per line

Source Files on job 202.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 202
  • Travis Job 202.3
  • 10953162 on github
  • Prev Job for on auto (#197.3)
  • Next Job for on auto (#203.3)
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