badge_codecov {badger} | R Documentation |
badge of codecov code coverage
badge_codecov(ref = NULL, token = NULL, branch = NULL)
ref |
Reference for a GitHub repository. If |
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 |
badge in markdown syntax
Gregor de Cillia