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

report coverage in inst/ #251

Closed
jackolney opened this issue Feb 24, 2017 · 2 comments
Closed

report coverage in inst/ #251

jackolney opened this issue Feb 24, 2017 · 2 comments
Labels
feature a feature request or enhancement

Comments

@jackolney
Copy link

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.

@jimhester
Copy link
Member

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.

@jimhester jimhester added feature a feature request or enhancement and removed enhancement feature a feature request or enhancement labels May 17, 2018
@jimhester
Copy link
Member

#277 remains open to track coverage of shiny applications.

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

No branches or pull requests

2 participants