Skip to content

Commit b7187fa

Browse files
author
Lukasz Balcerzak
committed
Removing vcs.web.simplevcs from test coverage script
1 parent 5c9ff4f commit b7187fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_and_report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ echo "Running test suite with coverage report at the end"
44
echo -e "( would require coverage python package to be installed )\n"
55

66
coverage run setup.py test
7-
coverage report -m --omit=example_project,setup,tests,vcs.web.simplevcs
7+
coverage report -m --omit=example_project,setup,tests,vcs/web/simplevcs
88

0 commit comments

Comments
 (0)