Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi authored and jimhester committed Oct 3, 2023
1 parent 2f5c519 commit decab9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/covr.R
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ package_coverage <- function(path = ".",
"src/cpp11.cpp",
"R/cpp11.R",
line_exclusions,
with::with_dir(root, parse_covr_ignore())
withr::with_dir(root, parse_covr_ignore())
)

exclude(coverage,
Expand Down

1 comment on commit decab9d

@mpadge
Copy link
Contributor

@mpadge mpadge commented on decab9d Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gaborcsardi - so sorry about that 😟

Please sign in to comment.