Skip to content

Commit dfb0501

Browse files
committed
Fix code coverage directory
1 parent 5504c5a commit dfb0501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_suite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ reportvalidation() {
1212
}
1313

1414

15-
python -m pytest -vv --durations=3 --cov=spylib --cov-report term-missing
15+
python -m pytest -vv --durations=3 --cov ./ --cov-report term-missing
1616

1717
echo -ne "\n######### CHECK TYPING: "
1818
MYPYOUT=`mypy --no-error-summary .`

0 commit comments

Comments
 (0)