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
I've seen this problem before, but I've finally decided to sit down and get to the bottom of it — I have an R6 class where some methods are correctly annotated as being covered, and some that are incorrectly annotated as not being covered.
What I've tried so far:
100% confirming that my tests do run the expected code.
Carefully looking at the uncovered tests/methods to see if they're different to the covered tests/methods — nothing that I can see. Both tests and methods are straightforward.
Removing all tests except for one that doesn't trigger coverage — no difference, suggesting that it's not something going wrong part way through.
Print debugging covr to confirm that my method is getting annotated — it sure is.
I've seen this problem before, but I've finally decided to sit down and get to the bottom of it — I have an R6 class where some methods are correctly annotated as being covered, and some that are incorrectly annotated as not being covered.
What I've tried so far:
What else could I try @jimhester ?
The text was updated successfully, but these errors were encountered: