Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow code to output to console #558

Open
gergness opened this issue Feb 16, 2024 · 0 comments · May be fixed by #559
Open

Allow code to output to console #558

gergness opened this issue Feb 16, 2024 · 0 comments · May be fixed by #559

Comments

@gergness
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant