Skip to content

Commit

Permalink
omit all coverage from site-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Jan 7, 2017
1 parent 5438854 commit 9eeb38a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ test_script:
on_success:
- pip install codecov coveralls scrutinizer-ocular
- codecov --env PYTHON_VERSION
- coveralls && exit 0
# - coveralls && exit 0 # coveralls is a piece of crap and doesn't merge tests runs from Appveyor and Travis CI with the same commit hashes
# - ocular && exit 0
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ max-line-length = 99
ignore = E126,E133,E226,E241,E242,E302,E704,E731,W503
exclude = build/*,.tox/*,tests/*,ve/*,*/_vendor/*,conda/compat.py,conda_env/*

[coverage:paths]
source =
conda/*
*\Lib\site-packages\conda

[coverage:run]
omit =
*/site-packages/*


[coverage:report]
Expand Down

0 comments on commit 9eeb38a

Please sign in to comment.