Skip to content

Commit f6eb4a5

Browse files
committed
Fix subdirectories coverage run
1 parent 7507dc3 commit f6eb4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if which coverage > /dev/null; then
1111
else
1212
COVERAGE=''
1313
fi
14-
for f in [^_]*py; do
14+
for f in */[^_]*py; do
1515
python $COVERAGE $f || failed+=" $f"
1616
echo "I: done $f. Exit code $?"
1717
done;

0 commit comments

Comments
 (0)