Skip to content

Commit

Permalink
verbose covr logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Apr 23, 2024
1 parent d0ba30a commit 76475fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/FunctionReporter.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ FunctionReporter <- R6::R6Class(
path = private$pkg_path
, type = "tests"
, combine_types = FALSE
, quiet = FALSE
, clean = FALSE
))

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

0 comments on commit 76475fa

Please sign in to comment.