tox.cover.sh: erase coverage before tests

This commit is contained in:
Jakub Warmuz 2015-06-11 12:28:46 +00:00
parent bd130a8cd8
commit 22fd9d4cd7
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -15,6 +15,8 @@ cover () {
"$1" --cover-min-percentage="$2" "$1"
}
rm -f .coverage # --cover-erase is off, make sure stats are correct
# don't use sequential composition (;), if letsencrypt_nginx returns
# 0, coveralls submit will be triggered (c.f. .travis.yml,
# after_success)