-
Notifications
You must be signed in to change notification settings - Fork 45
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
bump version of always-upload-cache #46
base: main
Are you sure you want to change the base?
Conversation
I don't think this will fix the issue I think the issue is due to `name:` But I can't find github action documentation to back that up Signed-off-by: Alexander Moriarty <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #46 +/- ##
==========================================
+ Coverage 0.00% 20.29% +20.29%
==========================================
Files 5 20 +15
Lines 352 611 +259
Branches 0 250 +250
==========================================
+ Hits 0 124 +124
+ Misses 352 347 -5
- Partials 0 140 +140
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Looks like this has been broken for some time, but was working at some point... The CI jobs were added in this PR and setup and configured using a script, I might need to re-run that script |
https://github.com/orgs/community/discussions/26698 Ahh this is likely an issue in the project configuration which broke at some point due to refactoring or renaming... I'll check the settings |
I don't think this will fix the issue I think the issue is due to
name:
But I can't find github action documentation to back that up