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

rust-lang / cargo / 5318
95%

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

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

Jobs
ID Job ID Ran Files Coverage
6 5318.6 12 Dec 2018 07:21PM UTC 0
63.9
Travis Job 5318.6
Source Files on build 5318
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5318
  • ebcf0a8f on github
  • Prev Build on master (#4770)
  • Next Build on master (#5337)
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