-
Notifications
You must be signed in to change notification settings - Fork 684
[ci] Fix description of custom checkout action #3996
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
Conversation
The action claimed it checked out Multipass code, but that is actually done elsewhere via the standard GitHub "checkout" action.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3996 +/- ##
==========================================
+ Coverage 89.27% 89.44% +0.17%
==========================================
Files 259 260 +1
Lines 14653 14999 +346
==========================================
+ Hits 13081 13416 +335
- Misses 1572 1583 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I don't have any further fixes at this point, so may as well merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
.github/actions/checkout/action.yml:2
- Consider explicitly mentioning that the checkout of the Multipass code is handled by the standard GitHub checkout action to avoid any confusion.
description: Get tags and submodules for the Multipass repository
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, that's more accurate!
The action claimed it checked out Multipass code, but that is actually
done elsewhere via the standard GitHub "checkout" action.