Get multiple coverage reports in coveralls for a single repository
If you refer to Coverall’s API documentation, you’ll see that their Job API supports an optional parameter called service_number. Now by default this option is intended to match the build number for the CI system, but there’s no reason you couldn’t use it to track multiple coverage reports for each CI build. One way you … Read more