ilikecubesnstuff / commensurability

Packages for calculating orbit commensurabilities.
https://commensurability.readthedocs.io/en/latest/
MIT License
2 stars 2 forks source link

Coverage of tests? #27

Open TomWagg opened 3 weeks ago

TomWagg commented 3 weeks ago

Have you tested the coverage of your test suite at all?

Tools like coverage.py can tell you what fraction of the code is actually covered by the tests to ensure you're not missing something. You can also set this up as part of the GitHub workflow when you do the tests.

https://github.com/openjournals/joss-reviews/issues/7009