Skip to content

Post #05 of The Containerization Chronicles

Compare
Choose a tag to compare
@hgraca hgraca released this 30 May 08:21
· 176 commits to master since this release

This is the tag with the code used in the 5th post of The Containerization Chronicles.

Integration with CodeCov

This is a fairly small post, as it is really simple to integrate with CodeCov. Follow the instructions on their website to create your account and set up the repository and follow along with this post.

To be honest, we don't even really need this integration at this point, because Scrutinizer can already give us a nice badge for the code coverage, as well as fail the build if the coverage degrades. Nevertheless, CodeCov gives us all that plus a much more detailed report about the coverage than just the final coverage rating, and the possibility to fail the build if the coverage of the pull request is below the limit, or results in a global coverage below the limit.

Continue reading ...