NAME
Devel::Cover::Report::SonarGeneric - SonarQube generic backend for Devel::Cover
SYNOPSIS
> cover -report SonarGeneric
DESCRIPTION
This module generates an XML file suitable for import into SonarQube from an existing Devel::Cover database.
It is designed to be called from the cover
program distributed with Devel::Cover.
The output file will be cover_db/sonar_generic.xml
.
To upload the file to SonarQube you have to put a line of
sonar.coverageReportPaths=cover_db/sonar_generic.xml
into your sonar-project.properties
file.
AUTHOR
Thomas Kratz <tomk@cpan.org>