Closed rjw57 closed 8 years ago
coveralls.io is a code-coverage monitoring service. It allows us to keep an eye on how much of the code is covered by our tests.
This PR adds the small amount of configuration required to upload the code coverage information to coveralls.io.
See: https://coveralls.io/github/cuspaceflight/m3cfd
Coveralls will also comment on PRs and check that the code coverage of tests does not fall below a set threshold. (Currently this is 91%.)
:+1:
coveralls.io is a code-coverage monitoring service. It allows us to keep an eye on how much of the code is covered by our tests.
This PR adds the small amount of configuration required to upload the code coverage information to coveralls.io.
See: https://coveralls.io/github/cuspaceflight/m3cfd
Coveralls will also comment on PRs and check that the code coverage of tests does not fall below a set threshold. (Currently this is 91%.)