X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=tests%2Frun_tests.sh;h=94f0b6b7f6d4372ad316c7336085f1cec3a8cad7;hb=a778719a55da82f5a3d1ca5cecd9041530d4d6e9;hp=6255a69572bb2d232ea35955d8607269049ce392;hpb=65983ec2e03c97ca44e6374b226f796413bdc637;p=python_utils.git diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 6255a69..94f0b6b 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -160,11 +160,11 @@ fi if [ ${COVERAGE} -eq 1 ]; then make_header "Code Coverage Report" "${GREEN}" - coverage report --omit=config-3.8.py,*_test.py --sort=-cover + coverage report --omit=config-3.8.py,*_test.py,*_itest.py --sort=-cover echo - echo "To recall this report w/o run-running the tests:" + echo "To recall this report w/o re-running the tests:" echo - echo " $ coverage report --omit=config-3.8.py,*_test.py --sort=-cover" + echo " $ coverage report --omit=config-3.8.py,*_test.py,*_itest.py --sort=-cover" echo echo "...from the 'tests' directory. Note that subsequent calls to " echo "run_tests.sh with --coverage will klobber previous results. See:"