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
Set R_TESTS to improve consistency with R CMD check
R CMD check sets this environment variable when running tests, but
tools::testInstalledPackage does not. Covr aims to be as consistent as
possible with R CMD check, so we should set it as well.
Fixes#420
0 commit comments