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

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

[report]
exclude_lines =
    @abc.abstractmethod
    @abc.abstractproperty