Install cover-codecov in the example .travis.yml
I don't think `cover-codecov` comes with the main distribution, so the example .travis.yml file in the README should include the command to install it.
This commit is contained in:
parent
c84a011a67
commit
3289705c1a
|
@ -33,6 +33,7 @@ script:
|
||||||
- raco test $TRAVIS_BUILD_DIR # run tests. you wrote tests, right?
|
- raco test $TRAVIS_BUILD_DIR # run tests. you wrote tests, right?
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
- raco pkg install --deps search-auto cover cover-codecov
|
||||||
- raco cover -f codecov -d $TRAVIS_BUILD_DIR/coverage . # generate coverage information for coveralls
|
- raco cover -f codecov -d $TRAVIS_BUILD_DIR/coverage . # generate coverage information for coveralls
|
||||||
```
|
```
|
||||||
The above Travis configuration will install any project dependencies, test your project, and report coverage information to Codecov.
|
The above Travis configuration will install any project dependencies, test your project, and report coverage information to Codecov.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user