galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
27 stars 38 forks source link

Enable coverage testing #71

Closed rhpvorderman closed 5 years ago

rhpvorderman commented 6 years ago

Last issue on the list #1. We should enable coverage testing so we can make sure the entire ephemeris package is tested. This may lead us to remove/deprecate functions that are untestable/unmaintainable for stability's sake. I feel it would improve our tests and our code base greatly.

rhpvorderman commented 5 years ago

Coverage integration is almost there. Two things need to happen

  1. [x] @jmchilton personal ephemeris codacy page should be replaced with the galaxyproject/ephemeris codacy page.
  2. [x] #106 needs to be pulled.
rhpvorderman commented 5 years ago

Coverage is now being integrated with ephemeris.

jmchilton commented 5 years ago

Thanks so much, this is amazing.