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 covr::report() to show coverage report even if a test failed #533

Open
daattali opened this issue May 18, 2023 · 0 comments
Open

Allow covr::report() to show coverage report even if a test failed #533

daattali opened this issue May 18, 2023 · 0 comments

Comments

@daattali
Copy link
Contributor

If there is no technical obstacle, it would be nice to be able to still see the report even if the tests didn't pass.

Usecase: I'm testing a package with a large shiny app with shinytest2 , so running the tests takes 10 minutes. I just ran covr::report() to see if I'm missing coverage on significant chunks, but because one test out of 1500 failed, the report didn't show. I need to fix a typo and wait another 10 minutes to see the coverage.

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

No branches or pull requests

1 participant