- Notifications
You must be signed in to change notification settings - Fork119
Open
Description
In dev httr2, I see:
>covr::package_coverage(".")Error:!Failurein`/private/tmp/RtmpjTMbDX/R_LIBS975a77c099eb/httr2/httr2-tests/testthat.Rout.fail`HideTraceback ▆1. └─covr::package_coverage(".")2. ├─withr::with_libpaths(...)3. │ └─base::force(code)4. ├─withr::with_envvar(...)5. │ └─base::force(code)6. ├─base::withCallingHandlers(...)7. └─covr:::show_failures(out_dir)
And the only way to debug is to setclean = FALSE
and then open the reference file (in this case it was because I'd just upgraded R and hadn't installed all the needed deps, but it's painful when it happens on CI).
Metadata
Metadata
Assignees
Labels
No labels