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

killercup / cargo-edit / 198
77%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2015 04:34PM UTC
Jobs 2
Files 11
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

pending completion
198

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

16 of 16 new or added lines in 2 files covered. (100.0%)

395 of 518 relevant lines covered (76.25%)

1.52 hits per line

Jobs
ID Job ID Ran Files Coverage
2 198.2 20 Oct 2015 04:34PM UTC 0
76.25
Travis Job 198.2
3 198.3 20 Oct 2015 04:36PM UTC 0
76.21
Travis Job 198.3
Source Files on build 198
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #198
  • 10953162 on github
  • Prev Build on master (#192)
  • Next Build on master (#204)
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