From 00830d4aec06726540751db6b38e9988a1b12be9 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Thu, 29 Jul 2021 09:14:27 +0000 Subject: chore: Remove duplicate coverage configuration (#199) This is already in `.coveragerc`. --- run_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'run_tests.sh') diff --git a/run_tests.sh b/run_tests.sh index 2f8ebe9..da937ea 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -88,9 +88,8 @@ run_unit_tests(){ clean # py.test -s => print standard output (i.e. show print statement output) # -rw => print warnings - OMIT="*pypy*,*venv*,*virtualenv*,*gitlint/tests/*" target=${testargs:-"gitlint"} - coverage run --omit=$OMIT -m pytest -rw -s $target + coverage run -m pytest -rw -s $target TEST_RESULT=$? if [ $include_coverage -eq 1 ]; then COVERAGE_REPORT=$(coverage report -m) -- cgit v1.2.3