Learn R Programming

badger (version 0.2.3)

badge_codecov: badge_codecov

Description

badge of codecov code coverage

Usage

badge_codecov(ref = NULL, token = NULL, branch = NULL)

Value

badge in markdown syntax

Arguments

ref

Reference for a GitHub repository. If NULL (the default), the reference is determined by the URL field in the DESCRIPTION file.

token

Codecov graphing token, needed for private repositories. It can be obtained at https://codecov.io/gh/USER/REPO/branch/BRANCH/graph/

branch

The GitHub branch. If NULL (the default), the default branch is automatically determined.

Author

Gregor de Cillia