Skip to content

Commit

Permalink
Update coverage info
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgilmerproj committed Jun 17, 2016
1 parent f1f16b0 commit 2242763
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[run]
data_file = .coverage

[report]
omit =
*/python?.?/*
*/site-packages/nose/*
show_missing = true
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Coverage
coverage==3.7.1
coverage==4.1

# Lint
flake8==2.1.0
Expand Down
1 change: 1 addition & 0 deletions tests/nose.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
verbosity=2
with-coverage=1
cover-package=brew
cover-erase=1
cover-min-percentage=60
cover-inclusive=1
with-doctest=1
Expand Down

0 comments on commit 2242763

Please sign in to comment.