rpac_codecov: Create a template for code coverage yaml file

View source: R/rpac_codecov.R

rpac_codecovR Documentation

Create a template for code coverage yaml file

Description

rpac_codecov() creates a yaml template for use with covr and codecov

Usage

rpac_codecov(path = ".", append = TRUE, threshold = "1%")

Arguments

path

Pass a path as string. Default is current working directory '.'

append

Append text to an existing file. Default is TRUE.

threshold

codecov threshold to pass. Default is '1%'.

Author(s)

Antonio J Berlanga-Taylor <https://github.com/AntonioJBT/Rpacker>

See Also

<https://codecov.io/>

Examples

## Not run: 
rpac_codecov()

## End(Not run)


AntonioJBT/Rpacker documentation built on May 1, 2024, 1:06 a.m.