Skip to content

Commit

Permalink
Improve coverage by excluding testdir-externals
Browse files Browse the repository at this point in the history
  • Loading branch information
OverLordGoldDragon committed Nov 9, 2019
1 parent 3d6a7cb commit 099f5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ fi

nosetests \
--nocapture --with-coverage --cover-erase --cover-html --cover-html-dir=htmlcov \
--with-doctest "$TESTDIR"
--with-doctest --cover-package="$TESTDIR"

0 comments on commit 099f5c7

Please sign in to comment.