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

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

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

pending completion
202

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();
    }
};
```

395 of 518 relevant lines covered (76.25%)

1.52 hits per line

Jobs
ID Job ID Ran Files Coverage
2 202.2 23 Oct 2015 10:13PM UTC 0
76.25
Travis Job 202.2
3 202.3 23 Oct 2015 10:15PM UTC 0
76.21
Travis Job 202.3
Source Files on build 202
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #202
  • 10953162 on github
  • Prev Build on auto (#197)
  • Next Build on auto (#203)
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