-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Description
The av package uses this:
reporter <- ps::CleanupReporter(testthat::CheckReporter)$new(proc_cleanup = FALSE, proc_fail = FALSE, conn_fail = FALSE)
test_check("av", reporter = reporter)
However test failures have gone unnoticed because this does not error if the tests fail.
For example see: https://github.com/ropensci/av/actions/runs/10263707793 (you can see there is a test error for macos-latest in the GHA annotations or artifacts but the check still says ✅ )
gaborcsardi
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior