to_sonarqube: Create a SonarQube Generic XML file for test coverage...

View source: R/sonarqube.R

to_sonarqubeR Documentation

Create a SonarQube Generic XML file for test coverage according to https://docs.sonarqube.org/latest/analysis/generic-test/ Based on cobertura.R

Description

This functionality requires the xml2 package be installed.

Usage

to_sonarqube(cov, filename = "sonarqube.xml")

Arguments

cov

the coverage object returned from package_coverage()

filename

the name of the SonarQube Generic XML file

Author(s)

Talkdesk Inc.


covr documentation built on Nov. 9, 2023, 9:07 a.m.