Description
The coverage dropped from 100% to 3.28% with one of the commits which should not have changed the coverage at all. (see Codecov). The commit that seems to have caused the drop is Codecov
I’ve made a few commits after that one, however, the coverage remained really low. After the latest commit (09da958e1abde0d5a1e91316fe8b407386a59178) the coverage is still showing as 100% when tested locally with codecov(quiet=FALSE)
, but codecov.io is showing only ~3% coverage for some reason?
Repository
CI/CD
Travis CI
Uploader
Not required because Travis CI
Commit SHAs
Codecov YAML
fixes:
- "::comoOdeCpp/"
Codecov Output
$ Rscript -e ‘library(covr);codecov()’
$uploaded
[1] TRUE
$url
[1] “Commit ⋅ ocelhay/comoOdeCpp”
$queued
[1] TRUE
$meta
$meta$status
[1] 200
$message
[1] “Coverage reports upload successfully”
$id
[1] “11998cee-9321-46a8-9ff1-b00f861ae538”
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.