mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
tox.cover.sh: erase coverage before tests
This commit is contained in:
parent
bd130a8cd8
commit
22fd9d4cd7
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue