summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: e989503667776b4576d120319f5fc8744fe9bfcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
branch = True
source =
   OpenSSL
   tests/

[paths]
source =
   src/OpenSSL
   .tox/*/lib/python*/site-packages/OpenSSL
   .tox/pypy/site-packages/OpenSSL

[report]
show_missing = True