Diff of /.coveragerc [000000] .. [7f9fb8]

Switch to unified view

a b/.coveragerc
1
[run]
2
branch = True
3
source = mne
4
omit =
5
    */bin/*
6
    */setup.py
7
    */mne/fixes*
8
    */mne/utils/linalg.py
9
    */mne/conftest.py
10
11
[report]
12
exclude_lines =
13
    pragma: no cover
14
    if __name__ == .__main__.:
15
    @abstractmethod
16
    @abstractclassmethod