Skip to content

Commit

Permalink
add ignore for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Jul 7, 2016
1 parent c0dd8e6 commit 81fd730
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ coverage:
precision: 2
round: nearest
range: 60...100

ignore:
- conda-env/.*
- conda/_vendor/.*
- tests/.*
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ exclude = build/*,.tox/*,tests/*,ve/*,*/_vendor/*,conda/compat.py,conda-env/*
[coverage:run]
omit =
conda/_vendor/*
conda/_vendor/auxlib/*
conda/_vendor/progressbar/*
conda/_vendor/requests/*
conda/_vendor/toolz/*
conda-env/*
tests/*

0 comments on commit 81fd730

Please sign in to comment.