• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Build has been canceled!

gnosis / dex-services / 5219 / 3
31%
master: 31%

Build:
DEFAULT BRANCH: master
Ran 01 Oct 2020 04:21PM UTC
Files 99
Run time 41s
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

01 Oct 2020 04:09PM UTC coverage: 27.888% (-0.002%) from 27.89%
OPEN_SOLVER_VERSION=v0.1.0 PRIVATE_SOLVER_VERSION=v0.8.4

push

travis-pro

web-flow
Make CI enforce that help output is up to date in README (#1449)

Inspired by #1429 this PR adds a step to the travis config that makes sure we have the exact output of `cargo run --bin driver -- --help\` in the README.

This is done by diffing the output of the command and content of README.md and making sure that README only contains additions.

### Test Plan
```sh
git checkout contracts_4.3
! diff README.md <(cargo run --bin driver -- --help) | grep -E "^>" || (echo "[ERROR] README doesn't contain output of \`cargo run --bin driver -- --help\`"; false)
```

outputs 

```sh
  Finished dev [unoptimized + debuginfo] target(s) in 0.22s
  Running `target/debug/driver --help`
>     driver [OPTIONS] --node-url <node-url> --private-key <private-key>
[ERROR] README doesn't contain output of `cargo run --bin driver -- --help`
```

13044 of 53727 branches covered (24.28%)

Branch coverage included in aggregate %.

3443 of 5392 relevant lines covered (63.85%)

43891.97 hits per line

Source Files on job 5219.3 (OPEN_SOLVER_VERSION=v0.1.0 PRIVATE_SOLVER_VERSION=v0.8.4)
  • Tree
  • List 0
  • Changed 27
  • Source Changed 0
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1632
  • Travis Job 5219.3
  • b2754b40 on github
  • Prev Job for OPEN_SOLVER_VERSION=v0.1.0 PRIVATE_SOLVER_VERSION=v0.8.4 on master (#5212.3)
  • Next Job for OPEN_SOLVER_VERSION=v0.1.0 PRIVATE_SOLVER_VERSION=v0.8.4 on master (#5223.3)
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