Skip to content

Commit

Permalink
Merge pull request #257 from 0xced/codecov-instructions
Browse files Browse the repository at this point in the history
Update Codecov instructions
  • Loading branch information
bootstraponline authored Jan 25, 2017
2 parents c6fa6b0 + 2cb8e59 commit e56129a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ before_install: rvm use $RVM_RUBY_VERSION
install: bundle install --without=documentation --path ../travis_bundle_dir
after_success:
- slather
- bash <(curl -s https://codecov.io/bash) -f path/to/xml_report/cobertura.xml
- bash <(curl -s https://codecov.io/bash) -f path/to/xml_report/cobertura.xml -X coveragepy -X gcov -X xcode
```

```yml
Expand All @@ -100,7 +100,7 @@ after_success:
test:
post:
- bundle exec slather
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash) -f path/to/xml_report/cobertura.xml -X coveragepy -X gcov -X xcode
```

> Private repo? Add `-t :uuid-repo-token` to the codecov uploader. Read more about uploading report to Codecov [here](https://github.com/codecov/codecov-bash)
Expand Down

0 comments on commit e56129a

Please sign in to comment.