to_sonarqube {covr}R 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.


[Package covr version 3.6.4 Index]