Since we had to move from codecov.io, we lost the ability to view the line-by-line coverage report. This helps us know where to focus additional tests, etc. Let's add the covr::report() html from a local run to the repo. Perhaps it could live in test/report if that doesn't interfere with R-CMD-build or others.
In #83, I am experimenting to host a coverage report through the pkgdown webpage. We could find if it works after the coverage issue (#84) is resolved.
Since we had to move from codecov.io, we lost the ability to view the line-by-line coverage report. This helps us know where to focus additional tests, etc. Let's add the covr::report() html from a local run to the repo. Perhaps it could live in
test/report
if that doesn't interfere withR-CMD-build
or others.