Skip to content

Commit e1747c1

Browse files
committed
Force remove of .coverage and htmlcov
1 parent d694ff9 commit e1747c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bin/docker-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ clean_up() {
114114
--volume $(pwd):/src/core \
115115
scitran/core:testing \
116116
sh -c '
117-
rm .coverage;
117+
rm -rf .coverage htmlcov;
118118
coverage combine;
119119
coverage report --skip-covered --show-missing;
120120
coverage html;

0 commit comments

Comments
 (0)