coverage updates

This commit is contained in:
rowanc1
2014-05-19 11:40:30 -07:00
parent 75fb7a8719
commit 0718c2c50a
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
[run]
source = simpegFLOW
omit =
*/python?.?/*
*/lib-python/?.?/*.py
*/lib_pypy/_*.py
*/site-packages/ordereddict.py
*/site-packages/nose/*
*/unittest2/*
+1 -1
View File
@@ -25,7 +25,7 @@ install:
# Run test
script:
- nosetests --with-cov --cov simpegEM --cov-config .coveragerc
- nosetests --with-cov --cov simpegFLOW --cov-config .coveragerc
# Calculate coverage
after_success: