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'm trying to achieve 100% coverage for a small, new package. For the trivial vec_ptype_abbr method, I made a specific test for it, but the test is not showing coverage on the line. The uncovered line of code and the test are here
I'm trying to achieve 100% coverage for a small, new package. For the trivial
vec_ptype_abbr
method, I made a specific test for it, but the test is not showing coverage on the line. The uncovered line of code and the test are herehttps://github.com/humanpred/tabtibble/blob/8f650bfb3d6f0b41cd353e5ced4602fb067eeb24/R/objects.R#L31
and here:
https://github.com/humanpred/tabtibble/blob/8f650bfb3d6f0b41cd353e5ced4602fb067eeb24/tests/testthat/test-objects.R#L38
Am I doing something incorrect or is there an issue with
covr
?The text was updated successfully, but these errors were encountered: