csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

JOSS review: suggestion -- test coverage #53

Closed lheagy closed 2 years ago

lheagy commented 3 years ago

Part of openjournals/joss-reviews#3344. This is just a suggestion and I don't think it is necessary for acceptance with JOSS, but it might be nice to have code coverage with the testing to provide an indication of how much of the codebase is touched by the tests. For example codecov integrates nicely with github actions: https://github.com/codecov/codecov-action.