File: to_cobertura.Rd

package info (click to toggle)
r-cran-covr 3.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,132 kB
  • sloc: javascript: 238; cpp: 74; ansic: 48; xml: 41; sh: 18; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cobertura.R
\name{to_cobertura}
\alias{to_cobertura}
\title{Create a Cobertura XML file}
\usage{
to_cobertura(cov, filename = "cobertura.xml")
}
\arguments{
\item{cov}{the coverage object returned from \code{\link[=package_coverage]{package_coverage()}}}

\item{filename}{the name of the Cobertura XML file}
}
\description{
This functionality requires the xml2 package be installed.
}
\author{
Willem Ligtenberg
}