diff options
| author | Scott Gasch <[email protected]> | 2022-02-06 18:36:50 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-06 18:36:50 -0800 |
| commit | d2357ff35e7752ae3eb6caa2813c35c17fea778b (patch) | |
| tree | c2df625f691acd1e547ae301d7a28d181417b088 /tests | |
| parent | 413d28443c7308414e8d283b9c5b9037463274f3 (diff) | |
Ignore integration test results in code coverage report.
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/run_tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 6255a69..547f87c 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 - 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:" |
