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.

Code Coverage Formats

By default, OtterWise looks for a coverage report at build/logs/clover.xml in your repository. The uploader supports the following coverage report formats:

  • Clover XML (most PHP testing frameworks)
  • LCOV (JavaScript and TypeScript)
  • Cobertura XML (Python, Java, and other languages)

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, ...)