Skip to content

Commit

Permalink
revised again
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Apr 23, 2024
1 parent 02f979a commit d2ccbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/FunctionReporter.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ FunctionReporter <- R6::R6Class(

# workaround for covr conflict with loaded packages on windows
if(.Platform$OS.type == "unix") {
loadNamespace(paste0('package:',self$pkg_name))
attachNamespace(self$pkg_name)
}

pkgCovDT <- pkgCovDT[, .(coveredLines = sum(value > 0)
Expand Down

0 comments on commit d2ccbf4

Please sign in to comment.