Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
simplify the coveralls .coverage-file moving
Browse files Browse the repository at this point in the history
  • Loading branch information
Buck Golemon committed Oct 24, 2014
1 parent 6cb6fd6 commit 56c135d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ cache:
- $HOME/.pip
- $HOME/.pre-commit
after_success:
- find -name '.coverage' | xargs mv -t .
- find -name '.coverage*' | xargs mv -t .
- coverage combine
- coveralls
5 changes: 0 additions & 5 deletions .travis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,3 @@ py.test "$@" -n $NCPU \
$TOP/test $SITEPACKAGES/${PROJECT}.py
coverage combine
coverage report --fail-under 81 # FIXME: should be 100


if [[ $CI ]]; then
mv .coverage $TOP
fi
1 change: 1 addition & 0 deletions requirements.d/travis.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# minimal set of packages for travis to run our test suites
tox
coverage
coveralls

0 comments on commit 56c135d

Please sign in to comment.