AWS CodeBuild supports code coverage reporting

Posted on: Jul 30, 2020

AWS CodeBuild's support for Test Reporting now supports reporting for code coverage. Code coverage reports give you a detailed and actionable view of your test's code coverage in CodeBuild, making it easier for you to identify the proportion and lines of code being tested.

With coverage reports, you can view historical trends and aggregated metrics for tests executed on AWS CodeBuild. These capabilities are supported for any test framework that outputs files for JaCoco XML, SimpleCov JSON, Clover XML, and Cobertura XML. The reports help you understand both the number and proportion of coverage for lines and branches of code.  

Test Reporting for code coverage is available in all public AWS Regions where CodeBuild is available. To learn more about using code coverage in CodeBuild, visit our documentation. To learn more about how to get started with CodeBuild, visit the product page or the CodeBuild console.