Our documentation is still under construction, please reach out to chat support in the bottom right corner if your queries cannot be answered here.

Supported Formats

Here are all the formats we currently have support for, and are able to process and generate reports from. If you have a format you would like to see supported, please reach out to us.

Coverage Clover

Clover is a popular Code Coverage format, and is supported by many test frameworks. It is an XML format that contains information about the code coverage of your tests.

We currently support pulling the following data from Clover files:

Cobertura

Cobertura is another popular Code Coverage format, and is supported by many test frameworks. It is an XML format that contains information about the code coverage of your tests.

We currently support pulling the following data from Cobertura files:

LCOV

LCOV is a code coverage format commonly used with gcov and other coverage tools.

We currently support pulling the following data from LCOV files:

  • Line Coverage

PestPHP: Type Coverage

We have contributed support for PestPHP Type Coverage to the PestPHP project.

We currently support pulling the following data from PestPHP Type Coverage files:

  • Line Type Coverage and the type that is missing (return type, ...)