Skip to content

Commit 4e15ab9

Browse files
committed
Update codecov URL
1 parent 92172bb commit 4e15ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/coverage.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ use_covr_ignore <- function(files) {
4747

4848
use_codecov_badge <- function(repo_spec) {
4949
default_branch <- git_default_branch()
50-
url <- glue("https://codecov.io/gh/{repo_spec}?branch={default_branch}")
50+
url <- glue("https://app.codecov.io/gh/{repo_spec}?branch={default_branch}")
5151
img <- glue("https://codecov.io/gh/{repo_spec}/branch/{default_branch}/graph/badge.svg")
5252
use_badge("Codecov test coverage", url, img)
5353
}

0 commit comments

Comments
 (0)