You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We learned how to do code coverage at MolSSI this week, it is really simple to set up assuming you're running tests with pytest. You just add a line to your travis.yml and go to codecov.io to add the repository and get the link for the badge.
I can look into the ways to do this with nosetests instead or convert our tests over to pytest.
The text was updated successfully, but these errors were encountered:
I think we have an issue on it for openforcefield too. I feel more comfortable using this one for testing the set up since there isn't active development happening.
We learned how to do code coverage at MolSSI this week, it is really simple to set up assuming you're running tests with pytest. You just add a line to your travis.yml and go to codecov.io to add the repository and get the link for the badge.
I can look into the ways to do this with nosetests instead or convert our tests over to pytest.
The text was updated successfully, but these errors were encountered: