Closed thoppe closed 7 years ago
Now that coverage is near or at 100%, we need to add it to the test suite. Part of the problem is the failing of the command:
coverage run --source nlpre setup.py test
Which should work, but fails with
ImportError: No module named tests Coverage.py warning: No data was collected.
Once this is fixed, we can add a badge with coveralls.
Now that coverage is near or at 100%, we need to add it to the test suite. Part of the problem is the failing of the command:
Which should work, but fails with
Once this is fixed, we can add a badge with coveralls.