mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Merge pull request #491 from kuba/tox.cover.sh-erase
tox.cover.sh: erase coverage before tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user