Closed k-doering-NOAA closed 9 months ago
Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
@Andrea-Havron-NOAA just a reminder about this!
Thanks for the reminder @k-doering-NOAA. I tested this on my clustTMB package and the calc-coverage workflow is passing again. Thanks for this fix!
Thanks @Andrea-Havron-NOAA ! Merging into main.
Addresses #110. The purpose is to allow users to specify
use-public-rspm = FALSE
in a workflow. This means that cran (not compiled for linux) packages will be used instead of posit package manager (compiled for linux). This is unlikely to be used, as the runs will be slower; however, there is a matrix bug that affects TMB dependencies that can be fixed by downloading from source instead of compiled packages.The workflow would look like this:
For testing purposes before this PR is merged in, use the branch
fix-calc-cov
instead ofmain
.@Andrea-Havron-NOAA, when you are back, could you test and see if this solves the failing clustTMB calc coverage workflow?