covr icon indicating copy to clipboard operation
covr copied to clipboard

Allow code to output to console

Open gergness opened this issue 1 year ago • 0 comments

In our CI tool, we can monitor logs interactively. However, covr::test_package() only allows running code in background processes that do not report to the console (the code provided in code in run via R CMD BATCH).

I wish there was some way to specify to show the output live in the console. I don't know what the API should look like, but will post a minimal PR of something that would work well for me.

gergness avatar Feb 16 '24 17:02 gergness