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

covr doesn't track R6 classes defined and called in the same package #544

Closed
arnaudgallou opened this issue Sep 29, 2023 · 1 comment
Closed

Comments

@arnaudgallou
Copy link

arnaudgallou commented Sep 29, 2023

I have a R6 class defined and used in the same package. The class is an implementation of the tidyselect::scoped_vars()/peek_vars() system.

I use the different methods here and there, which are then (implicitly) tested here and there.

However, the report on codecov.io says that the entire class is not covered. It seems like the tracking doesn't propagate to the class itself.

@arnaudgallou
Copy link
Author

Closing as the answer is in #536 (also related to #113).

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