Skip to content

Commit 3925e9b

Browse files
committed
Update coveralls badge
Fixes #77. Closes #78.
1 parent b4d1134 commit 3925e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ci.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ use_coveralls_badge <- function() {
107107
gh <- gh::gh_tree_remote(proj_get())
108108
use_badge("Coverage status",
109109
paste0("https://coveralls.io/r/", gh$username, "/", gh$repo, "?branch=master"),
110-
paste0("https://img.shields.io/coveralls/", gh$username, "/", gh$repo, ".svg")
110+
paste0("https://coveralls.io/repos/github/", gh$username, "/", gh$repo, "/", "badge.svg")
111111
)
112112
}
113113

0 commit comments

Comments
 (0)