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

killercup / cargo-edit / 198 / 3
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2015 04:36PM UTC
Files 11
Run time 0s
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% (+0.6%) from 75.644%
198.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 198.3
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 198
  • Travis Job 198.3
  • 10953162 on github
  • Prev Job for on master (#192.3)
  • Next Job for on master (#204.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

© 2026 Coveralls, Inc