We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92172bb commit 4e15ab9Copy full SHA for 4e15ab9
R/coverage.R
@@ -47,7 +47,7 @@ use_covr_ignore <- function(files) {
47
48
use_codecov_badge <- function(repo_spec) {
49
default_branch <- git_default_branch()
50
- url <- glue("https://codecov.io/gh/{repo_spec}?branch={default_branch}")
+ url <- glue("https://app.codecov.io/gh/{repo_spec}?branch={default_branch}")
51
img <- glue("https://codecov.io/gh/{repo_spec}/branch/{default_branch}/graph/badge.svg")
52
use_badge("Codecov test coverage", url, img)
53
}
0 commit comments