gitlab: Run covr on package and create report for GitLab

View source: R/gitlab.R

gitlabR Documentation

Run covr on package and create report for GitLab

Description

Utilize internal GitLab static pages to publish package coverage. Creates local covr report in a package subdirectory. Uses the pages GitLab job to publish the report.

Usage

gitlab(..., coverage = NULL, file = "public/coverage.html", quiet = TRUE)

Arguments

...

arguments passed to package_coverage()

coverage

an existing coverage object to submit, if NULL, package_coverage() will be called with the arguments from ...

file

The report filename.

quiet

if FALSE, print the coverage before submission.


r-lib/covr documentation built on Feb. 12, 2024, 11:48 a.m.