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
For instance data.table has has_tests = FALSE in its results. I don't immediately grasp their CI pipeline but it's complex. Since packagemetrics can find that their test_coverage = CodeCov, I propose that after compiling all info, packagemetrics should check if there's a value for test_coverage, then if so, set has_tests = TRUE. Not a clean solution but a quick one.
For instance data.table has
has_tests = FALSE
in its results. I don't immediately grasp their CI pipeline but it's complex. Sincepackagemetrics
can find that theirtest_coverage = CodeCov
, I propose that after compiling all info,packagemetrics
should check if there's a value for test_coverage, then if so, sethas_tests = TRUE
. Not a clean solution but a quick one.Example as of 2022-02-03:
The text was updated successfully, but these errors were encountered: