Configuring Travis for coverage
This commit is contained in:
@@ -11,7 +11,7 @@ env:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- openssl aes-256-cbc -K $encrypted_be4ca4937ddf_key -iv $encrypted_be4ca4937ddf_iv -in .coveralls.yml.enc -out .coveralls.yml -d
|
- openssl aes-256-cbc -K $encrypted_be4ca4937ddf_key -iv $encrypted_be4ca4937ddf_iv -in .coveralls.yml.enc -out .coveralls.yml -d
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install -y libboost-test-dev
|
- sudo apt-get install -y libboost-test-dev
|
||||||
@@ -35,4 +35,4 @@ script:
|
|||||||
#- tools/run-nrtest.sh $TEST_HOME $TRAVIS_COMMIT
|
#- tools/run-nrtest.sh $TEST_HOME $TRAVIS_COMMIT
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls --verbose --dryrun -r $TRAVIS_BUILD_DIR
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ EPANET {#epanet-readme}
|
|||||||
[](https://ci.appveyor.com/project/OpenWaterAnalytics/epanet/branch/dev)
|
[](https://ci.appveyor.com/project/OpenWaterAnalytics/epanet/branch/dev)
|
||||||
[](https://travis-ci.org/OpenWaterAnalytics/EPANET)
|
[](https://travis-ci.org/OpenWaterAnalytics/EPANET)
|
||||||
|
|
||||||
|
[](https://coveralls.io/github/michaeltryby/EPANET?branch=dev)
|
||||||
|
|
||||||
|
|
||||||
## For EPANET-related questions and discussion
|
## For EPANET-related questions and discussion
|
||||||
For community discussion, FAQ, and roadmapping of the project, go to the [Community Forum](http://community.wateranalytics.org/category/epanet).
|
For community discussion, FAQ, and roadmapping of the project, go to the [Community Forum](http://community.wateranalytics.org/category/epanet).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user