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

rust-lang / cargo / 5318 / 6
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 12 Dec 2018 07:21PM UTC
Files 62
Run time 8s
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

03 Oct 2016 05:52PM UTC coverage: 63.904%. First build
5318.6

push

travis-ci

web-flow
Auto merge of #3139 - jhbabon:improve-replace-parsing-error-msg, r=alexcrichton

Show an error messager for invalid semver spec for packages in the [replace] section.

The `[replace]` section in the `Cargo.toml` file doesn't allow invalid semver specsfor packages, so something like this:

```toml
[dependencies]
foo = "*"

[replace]
"foo:*" = { git = 'https://example.com' }
```

It's not valid. In this case we will display an error message like this:

```
error: failed to parse manifest at `Cargo.toml`

Caused by:
  replacements must specify a valid semver version to replace, but `foo:*` does not

Caused by:
  Parse error
```

closes #3129

180 of 470 branches covered (38.3%)

478 of 748 relevant lines covered (63.9%)

9.17 hits per line

Source Files on job 5318.6
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 3920
  • Travis Job 5318.6
  • ebcf0a8f on github
  • Prev Job for on master (#4770.1)
  • Next Job for on master (#5337.5)
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