-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.coveragerc
More file actions
35 lines (33 loc) · 730 Bytes
/
Copy path.coveragerc
File metadata and controls
35 lines (33 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[run]
branch = True
omit =
/home/vinay/.virtualenvs/*
/home/vsajip/.virtualenvs/*
/home/travis/virtualenv/*
/opt/python/*
/Users/administrator/projects/venv*
distlib/_backport/*
distlib/pypi/*
setup*
tests/compat*
tests/support*
tests/unittest2/*
tests/foo.zip/*
tests/bar.zip/*
tests/foofoo/*
tests/test_pypi_*
tests/pypi_server*
tests/test_sysconfig*
tests/test_shutil*
tests/test_all*
tests/distlib_tests*
[paths]
source =
/home/vsajip/projects/distlib/
/home/vinay/projects/distlib
/Users/administrator/projects/distlib
c:\Users\Vinay\Projects\distlib
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError