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
Running tests that do not exercise mutants is a waste of time.
We should first compute the coverage for each test. covr with options(covr.record_tests = TRUE) will record which test hit which line, so we can use that.
Running tests that do not exercise mutants is a waste of time.
We should first compute the coverage for each test.
covrwithoptions(covr.record_tests = TRUE)will record which test hit which line, so we can use that.