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:
curl --proto '=https' --tlsv1.2 -sSf {{TARGET_URL}}/sh | sh
Visit the AO Coverage documentation to learn more about uploading reports and discover more information about how AO Coverage works.