NIEHS / amadeus

https://niehs.github.io/amadeus/
Other
7 stars 1 forks source link

coverage report #73

Closed kyle-messier closed 3 days ago

kyle-messier commented 7 months ago

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.

sigmafelix commented 5 months ago

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.