Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 2b87130

Browse files
committed
chore(tests): clean out coverage results first
1 parent ca02f53 commit 2b87130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/pytest/run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22
set -eu
33

4+
# clean out old coverage results
5+
rm -rf static/coverage .coverage*
6+
47
# run normal pytests
58
coverage run -m pytest
69

7-
# clean out old coverage results
8-
rm -rf static/coverage
9-
1010
coverage html --directory static/coverage

0 commit comments

Comments
 (0)