You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to get covr to report coverage of the inst/ directory?
I've checked previous issues and the support documentation but can't see any mention of this. I only ask as I have a large shiny app under development that sits in the inst/ directory so it is easily portable – the project is pretty big now and I'd love to have a handle on how much of the code base my unit tests are hitting.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
You can use file_coverage() to test files in '/inst' manually, but using covr with shiny applications has further issues, so is still not going to work for your usecase.
Is it possible to get
covr
to report coverage of theinst/
directory?I've checked previous issues and the support documentation but can't see any mention of this. I only ask as I have a large shiny app under development that sits in the
inst/
directory so it is easily portable – the project is pretty big now and I'd love to have a handle on how much of the code base my unit tests are hitting.Thanks in advance.
The text was updated successfully, but these errors were encountered: