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

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

Build:
DEFAULT BRANCH: master
Ran 09 Sep 2020 09:20AM UTC
Files 99
Run time 37s
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

09 Sep 2020 09:08AM UTC coverage: 27.872% (-0.006%) from 27.878%
OPEN_SOLVER_VERSION=v0.0.12 PRIVATE_SOLVER_VERSION=v0.8.4

push

travis-pro

web-flow
Implement `arg_enum` macro (#1413)

This PR adds an `arg_enum` style macro for so we don't have to manually implement `FromStr` and `variants` for argument enums. This is done since it is a fairly simple macro and so we don't have to pull in `clap` into `services-core`.

### Test Plan

Check that the new arguments parse correctly:
```
$ cargo run -p driver -- --solver-type BestRingSolver --solver-internal-optimizer Gurobi --scheduler Evm
    Finished dev [unoptimized + debuginfo] target(s) in 0.13s
     Running `target/debug/driver --solver-type BestRingSolver --solver-internal-optimizer Gurobi --scheduler Evm`
2020-09-09T04:45:26.574Z INFO [driver] Starting driver with runtime options: Options {
    ...
    solver_type: BestRingSolver,
    solver_internal_optimizer: Gurobi,
    ...
    scheduler: Evm,
    ...
}
```

12984 of 53490 branches covered (24.27%)

Branch coverage included in aggregate %.

3437 of 5426 relevant lines covered (63.34%)

43626.92 hits per line

Source Files on job 5124.3 (OPEN_SOLVER_VERSION=v0.0.12 PRIVATE_SOLVER_VERSION=v0.8.4)
  • Tree
  • List 0
  • Changed 31
  • Source Changed 4
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1540
  • Travis Job 5124.3
  • b9e803f9 on github
  • Prev Job for OPEN_SOLVER_VERSION=v0.0.12 PRIVATE_SOLVER_VERSION=v0.8.4 on master (#5118.3)
  • Next Job for OPEN_SOLVER_VERSION=v0.0.12 PRIVATE_SOLVER_VERSION=v0.8.4 on master (#5127.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