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

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

Build:
Build:
LAST BUILD BRANCH: staging
DEFAULT BRANCH: master
Ran 20 Oct 2015 04:29PM 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
197

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 197.2 20 Oct 2015 04:29PM UTC 0
76.25
Travis Job 197.2
3 197.3 20 Oct 2015 04:31PM UTC 0
76.21
Travis Job 197.3
Source Files on build 197
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #197
  • 10953162 on github
  • Prev Build on auto (#196)
  • Next Build on auto (#202)
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