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

gnosis / dex-services / 5124
31%

Build:
DEFAULT BRANCH: master
Ran 09 Sep 2020 09:20AM UTC
Jobs 1
Files 99
Run time 1min
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%
5124

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

Jobs
ID Job ID Ran Files Coverage
3 5124.3 (OPEN_SOLVER_VERSION=v0.0.12 PRIVATE_SOLVER_VERSION=v0.8.4) 09 Sep 2020 09:20AM UTC 0
27.87
Travis Job 5124.3
Source Files on build 5124
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5124
  • b9e803f9 on github
  • Prev Build on master (#5118)
  • Next Build on master (#5127)
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