diff --git a/.coveragerc b/.coveragerc index eac8d014..35d6db08 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,7 +2,7 @@ [run] branch = True source = GPy -omit = ./GPy/testing/*.py, travis_tests.py, setup.py, ./GPy/__version__.py, ./GPy/plotting/* +omit = ./GPy/testing/*.py, travis_tests.py, setup.py, ./GPy/__version__.py [report] # Regexes for lines to exclude from consideration @@ -31,4 +31,4 @@ exclude_lines = # Don't fail on python3 catch clauses: python3 -ignore_errors = True \ No newline at end of file +ignore_errors = True