Coverage updates

This commit is contained in:
rowanc1
2014-05-19 11:40:02 -07:00
parent 640457cf0b
commit 64c9e8fce0
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
[run]
source = simpegPF
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 simpegPF --cov-config .coveragerc
# Calculate coverage
after_success: