jrl-umi3218 / jrl-travis

Travis build scripts
Other
7 stars 10 forks source link

Disable coveralls push on GitLab #22

Closed bchretien closed 5 years ago

bchretien commented 8 years ago

Code coverage services are only free for open-source projects (e.g. hosted on GitHub), so we should only handle them on Travis.

Also, it seems that codecov is a good alternative to coveralls, which has been partially failing for a while (no detailed coverage because "SOURCE NOT AVAILABLE", see here for example, even though the source code is openly available on GitHub...).

bchretien commented 8 years ago

This will be solved in #26.