badge of codecov code coverage
badge_codecov(ref = NULL, token = NULL, branch = NULL)badge in markdown syntax
Reference for a GitHub repository. If NULL
(the default), the reference is determined by the URL
field in the DESCRIPTION file.
Codecov graphing token, needed for private repositories. It can be obtained at https://codecov.io/gh/USER/REPO/branch/BRANCH/graph/
The GitHub branch. If NULL
(the default), the default branch is automatically determined.
Gregor de Cillia