Skip to content

Commit

Permalink
Put everything (except six) under coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo13 committed Jan 21, 2017
1 parent 623ea8c commit bb7e71e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions .coveragerc
@@ -1,17 +1,7 @@
[run]
omit = circuits/__init__.py
circuits/app/__init__.py
circuits/io/__init__.py
circuits/core/__init__.py
circuits/net/__init__.py
circuits/protocols/__init__.py
circuits/protocols/irc/__init__.py
circuits/node/__init__.py
circuits/web/__init__.py
circuits/web/main.py
circuits/web/dispatchers/__init__.py
circuits/web/apps/*
tests/*
source = circuits
omit =
circuits/six.py

[html]
directory = coverage
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,7 +43,7 @@ install:
- pip install -Ur requirements-test.txt
- pip install -Ue .

script: tox -- --cov=./circuits --no-cov-on-fail --cov-report=
script: tox -- --cov --no-cov-on-fail --cov-report=

after_success: codecov

Expand Down

0 comments on commit bb7e71e

Please sign in to comment.