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

gnosis / dex-services / 5219
31%

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

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

Jobs
ID Job ID Ran Files Coverage
3 5219.3 (OPEN_SOLVER_VERSION=v0.1.0 PRIVATE_SOLVER_VERSION=v0.8.4) 01 Oct 2020 04:21PM UTC 0
27.89
Travis Job 5219.3
Source Files on build 5219
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5219
  • b2754b40 on github
  • Prev Build on master (#5212)
  • Next Build on master (#5223)
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