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
We have created a function-in-a-function where the function() and final } have # nocov (based on prior discussion in #387), but the lines still show as not covered though I think they should not be counted.
Is there a way to either show these lines as covered or omit them from counting?
The text was updated successfully, but these errors were encountered:
As shown here: https://app.codecov.io/gh/billdenney/pknca/pull/366/blob/R/dplyr.R#L31
We have created a function-in-a-function where the
function()
and final}
have# nocov
(based on prior discussion in #387), but the lines still show as not covered though I think they should not be counted.Is there a way to either show these lines as covered or omit them from counting?
The text was updated successfully, but these errors were encountered: