NIEHS / amadeus

https://niehs.github.io/amadeus/
MIT License
2 stars 2 forks source link

coverage report #73

Open kyle-messier opened 2 months ago

kyle-messier commented 2 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 1 month 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.