Simple Code Coverage Tracking

AO Coverage is a simple code coverage tracking tool that stores your reports for public visibility and provides a coverage badge for your projects. That’s all there is to it.

If you have a coverage token, uploading a report is as easy as adding this line to your CI pipeline:

bash <(curl -s {{TARGET_URL}}/bash)

Visit the AO Coverage documentation to learn more about uploading reports and discover more information about how AO Coverage works.