Skip to content

Commit

Permalink
Fix coverage config
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Dec 21, 2022
1 parent 7e781d8 commit 0670d14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ omit =
src/virtualenv/create/via_global_ref/builtin/python2/site.py
src/virtualenv/create/via_global_ref/_virtualenv.py
src/virtualenv/activation/python/activate_this.py
src/virtualenv/seed/wheels/embed/pip-*.whl/**
src/virtualenv/seed/wheels/embed/pip-*.whl/*
[coverage:paths]
source =
src
.tox/**/lib/python*/site-packages
.tox/*/lib/python*/site-packages
.tox/pypy*/site-packages
.tox\**\Lib\site-packages
.tox\*\Lib\site-packages
.tox\py\site-packages
**/src
**\src
Expand Down

0 comments on commit 0670d14

Please sign in to comment.