MNT: hard code the coverage report location
This commit is contained in:
parent
a8c4efcf23
commit
304f2f19cc
14
.coveragerc
14
.coveragerc
@ -1,7 +1,6 @@
|
|||||||
[run]
|
[run]
|
||||||
source =
|
source = pyqtgraph
|
||||||
pyqtgraph
|
branch = True
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
omit =
|
omit =
|
||||||
*/python?.?/*
|
*/python?.?/*
|
||||||
@ -9,3 +8,12 @@ omit =
|
|||||||
*test*
|
*test*
|
||||||
*/__pycache__/*
|
*/__pycache__/*
|
||||||
*.pyc
|
*.pyc
|
||||||
|
exclude_lines =
|
||||||
|
pragma: no cover
|
||||||
|
def __repr__
|
||||||
|
if self\.debug
|
||||||
|
raise AssertionError
|
||||||
|
raise NotImplementedError
|
||||||
|
if 0:
|
||||||
|
if __name__ == .__main__.:
|
||||||
|
ignore_errors = True
|
||||||
|
@ -182,6 +182,6 @@ script:
|
|||||||
check_output "import test";
|
check_output "import test";
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- cd ~/repo-clone
|
- cd /home/travis/build/pyqtgraph/pyqtgraph
|
||||||
- codecov
|
- codecov
|
||||||
- coveralls
|
- coveralls
|
||||||
|
Loading…
Reference in New Issue
Block a user