Skip to content

Commit

Permalink
make coverage paths relative
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Oct 11, 2023
1 parent 026f7a4 commit ee6a4cd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[run]
relative_files = true
omit =
*/tests/*
*/*_check.py
*/__init__.py
*/conftest.py
*/.tox/*
*/.venv/*
*/.eggs/*
*/docs/*
*/build/*
*/dist/*
*/.git/*
*/.github/*
*/.vscode/*
*/.pytest_cache/*

0 comments on commit ee6a4cd

Please sign in to comment.