We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When trying to fetch the test coverage cache for no-std tests, the wrong key is used, which causes the step to fail.
Error: Failed to restore cache entry. Exiting as fail-on-cache-miss is set. Input key: codecov-cache-test-no_std--...
This happens because the tests are partitioned into:
But the upload coverage workflow tries to restore it as if it were a single partition:
This applies to:
We should change the upload workflow to take it into account and restore it as separate partitions.
links:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When trying to fetch the test coverage cache for no-std tests, the wrong key is used, which causes the step to fail.
This happens because the tests are partitioned into:
But the upload coverage workflow tries to restore it as if it were a single partition:
This applies to:
We should change the upload workflow to take it into account and restore it as separate partitions.
links:
The text was updated successfully, but these errors were encountered: