Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
tackle coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-balica committed Nov 9, 2014
1 parent 2d28de0 commit db0ac70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
Expand Up @@ -4,3 +4,4 @@ omit =
*/tests/*
systers_portal/manage.py
systers_portal/systers_portal/*
*/admin.py
2 changes: 1 addition & 1 deletion systers_portal/systers_portal/settings/testing.py
Expand Up @@ -23,7 +23,7 @@
NOSE_ARGS = [
'--nocapture',
'--nologcapture',
'--cover-package=systers_portal',
'--cover-package=blog,common,community,users',
'--with-coverage',
# '--with-doctest',
# '--doctest-options=+ELLIPSIS',
Expand Down

0 comments on commit db0ac70

Please sign in to comment.