-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
codecov.io page doesn't get updates #144
Comments
Hopefully it fixes the token issue (see also JohnGavin/hellow@985c34a)
The latest coverage run took 1h 12m but at the end it still failed to upload the tests, this time with some additional printouts:
I've tried running all tests with coverage locally and it took only 4 minutes. Perhaps the github action also runs the examples? But those would be flagged by CRAN if they took more than a couple of minutes, so it's unlikely that they are causing the long execution time. |
I've managed to run the coverage test including the upload with token stored as GitHub secret locally and upload the results. I will further investigate why the run takes that long. Updates
More through testsLocal tests use the following code lines: Sys.setenv(NOT_CRAN = "true")
system.time(x <- covr::package_coverage(type = "tests")) GitHub Action test runs
Other observations
|
Looking at the codecov.io page for the dev_0.9.x branch the last commit recorded there goes back to 3 months ago. From the most recent github test-coverage results the "Upload test results" step is not run. Also, if you unfold the "Test coverage" line, at the very bottom it says:
I'm not sure how to further debug this
The text was updated successfully, but these errors were encountered: