-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cannot display code coverage report if artifacts from target branch have expired #5
Comments
GitHub actions artifacts by default expire after 90 days (which is also the maximum). |
This is also a problem when initialing a new repository, the coverage report fails because |
I just ran into this same problem. Not a great first impression. :( |
Ran into the same problem. Is there a fix being implemented? I'm also willing to send a PR if the author wants. |
I have this PR as a suggested solution, this PR introduces |
It may happen that the uploaded code coverage artifact has expired already when we run the action. This is likely on repositories which do not receive changes frequently and thus, when a PR is opened, the code coverage from
main
will be missing.The text was updated successfully, but these errors were encountered: