mozilla / active-data-recipes

A repository of various activedata queries and recipes
Mozilla Public License 2.0
8 stars 24 forks source link

Integrate code coverage into the `tox` workflow #91

Open ahal opened 5 years ago

ahal commented 5 years ago

I know the test suite is a bit lacking. It would be great to have data on which areas need a bit of extra coverage. We should try to implement coverage in this repo such that it is run as part of the TravisCI build and a report is linked to via a badge in the README.

I haven't looked into the recommended way/libraries to set this up, but there are many guides to be found on Google.