Skip to content

Commit 915d1d8

Browse files
mpadgejimhester
authored andcommitted
fix #538
1 parent caed186 commit 915d1d8

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
@@ -537,7 +537,7 @@ package_coverage <- function(path = ".",
537537
"src/cpp11.cpp",
538538
"R/cpp11.R",
539539
line_exclusions,
540-
parse_covr_ignore()
540+
with::with_dir(root, parse_covr_ignore())
541541
)
542542

543543
exclude(coverage,

0 commit comments

Comments
 (0)