Skip to content

Commit

Permalink
Coverage is now working
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Apr 10, 2020
1 parent cceb296 commit 2385ff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ branches:
jobs:
allow_failures:
- rust: nightly
- name: Coverage
fast_finish: true
include:
- os: osx
Expand Down Expand Up @@ -58,7 +57,7 @@ jobs:
- zlib1g-dev
update: true
before_script:
- cargo install cargo-tarpaulin
- cargo install cargo-tarpaulin --git git://github.com/pksunkara/tarpaulin --branch develop
script:
- cargo tarpaulin --workspace --features "yaml unstable" --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
script:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ wrap_help = ["term_size", "textwrap/term_size"]
derive = ["clap_derive", "lazy_static"]
yaml = ["yaml-rust"]
cargo = [] # Disable if you're not using Cargo, enables Cargo-env-var-dependent macros
unstable = [] # for building with unstable clap features (doesn't require nightly Rust) (currently none)
debug = [] # Enables debug messages
unstable = ["clap_derive/unstable"] # for building with unstable clap features (doesn't require nightly Rust) (currently none)
debug = ["clap_derive/debug"] # Enables debug messages
doc = ["yaml"] # All the features which add to documentation

[profile.dev]
Expand Down

0 comments on commit 2385ff8

Please sign in to comment.