Description Usage Arguments Value See Also Examples
Adds codecov badge
1 2 | badge_codecov(ghaccount = NULL, ghrepo = NULL, branch = NULL,
location = ".")
|
ghaccount |
Github account name |
ghrepo |
Github repository name |
branch |
branch name such as master, develop etc |
location |
defaults to current location |
markdown
Other badges: badge_cran_ago
,
badge_cran_date
,
badge_cran_version_ago
,
badge_cran_version_release
,
badge_cran
,
badge_github_fork
,
badge_github_star
,
badge_last_change_static
,
badge_last_change
,
badge_license
,
badge_minimal_r_version
,
badge_packageversion
,
badge_projectstatus
,
badge_rank
,
badge_rdocumentation
,
badge_thanks_md
, badge_travis
1 | badge_codecov(ghaccount = "johntest", ghrepo = "yourreponame", branch = "master")
|
[1] "[![codecov](https://codecov.io/gh/johntest/yourreponame/branch/master/graph/badge.svg)](https://codecov.io/gh/johntest/yourreponame)"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.