cuspaceflight / firefish

CFD simulation software for Martlet 3
Apache License 2.0
5 stars 4 forks source link

add coveralls.io configuration #10

Closed rjw57 closed 8 years ago

rjw57 commented 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%.)

jb803 commented 8 years ago

:+1: