Skip to content

Commit 9148d71

Browse files
warning->error
1 parent 3cf60dd commit 9148d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/covr.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ package_coverage <- function(path = ".",
471471
)
472472

473473
if (res != 0) {
474-
warning("Package installation did not succeed.")
474+
stop("Package installation did not succeed.")
475475
}
476476

477477
# add hooks to the package startup

0 commit comments

Comments
 (0)