Skip to content

Commit

Permalink
fix coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-stuerz committed Mar 22, 2024
1 parent e0e73b5 commit 417e194
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .coveragerc
Expand Up @@ -4,10 +4,10 @@ omit =
*private*
*/local/*
*venv*
*tests/*
*tests/fixtures/*
*test_base.py
*output*
*/tests/*
*/tests/fixtures/*
test_base.py
*/output*
/usr/lib/python*

[report]
Expand Down
3 changes: 2 additions & 1 deletion scripts/coverage
Expand Up @@ -5,4 +5,5 @@ if [ -n "$1" ]; then
MODULE=$(printf ' %q' "$@")
fi

pytest --exitfirst --verbose --failed-first --cov=${MODULE} --cov-report term-missing --cov-fail-under=${MIN_COVERAGE} ${MODULE} --verbosity=5
pytest --exitfirst --verbose --failed-first --cov=${MODULE}/ --debug config --cov-report term-missing --cov-fail-under=${MIN_COVERAGE} ${MODULE} --verbosity=5

2 changes: 0 additions & 2 deletions test_requirements.txt
Expand Up @@ -6,8 +6,6 @@ pytest
pytest-cov
pyfakefs
flake8
pytest
pytest-cov
pyfakefs
black
autoflake

0 comments on commit 417e194

Please sign in to comment.