Skip to content

Commit

Permalink
Move .coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
algorys committed Oct 3, 2016
1 parent 22911f7 commit b0efe0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ script:
- nosetests -xv --nologcapture --with-coverage --cover-package=alignak_app test_*.py
- ls -la
- coverage combine
- coverage report -m
- cd ..
# - coverage report -m
# - cd ..

# specific call to launch coverage data into coveralls.io
Expand All @@ -36,5 +37,5 @@ after_success:
# execute coveralls from the base directory of the project,
# so we need to move the .coverage file here :
# mv test/.coverage . && coveralls --rcfile=test/.coveragerc -v
coveralls -v
mv test/.coverage . && coveralls -v

0 comments on commit b0efe0f

Please sign in to comment.