fix: Added missing targets to .PHONY and removed duplicates#3168
Conversation
Greptile SummaryThis PR fixes the Confidence Score: 5/5Safe to merge — a small, correct All 18 Makefile targets are now listed exactly once in No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Added missing targets to .PHONY" | Re-trigger Greptile |
There was a problem hiding this comment.
Pull request overview
This PR updates the .PHONY declaration in devtools/Makefile to accurately reflect the set of non-file make targets used by the devtools workflow.
Changes:
- Added missing phony targets:
wait-until-readyandcreate-dev-shell. - Removed duplicate entries for
upanddown. - Reordered the
.PHONYtarget list for clarity.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3168 +/- ##
=========================================
Coverage ? 27.17%
=========================================
Files ? 375
Lines ? 51746
Branches ? 9143
=========================================
Hits ? 14063
Misses ? 36783
Partials ? 900 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…3168) ## PR Type <!-- Check one --> - [x] Bug fix - [ ] New feature - [ ] Core Runtime change (higher bar -- see [CONTRIBUTING.md](../CONTRIBUTING.md#core-runtime-contributions-higher-bar)) - [ ] Docs / tooling - [ ] Refactoring ## Summary <!-- What user-visible behavior changes? 1-2 sentences. --> This PR updates the `.PHONY` in the `Makefile`. Added missing targets `wait-until-ready` and `create-dev-shell` to the `.PHONY` . And removed duplicates `up` and `down` from the `.PHONY`.
PR Type
Summary
This PR updates the
.PHONYin theMakefile.Added missing targets
wait-until-readyandcreate-dev-shellto the.PHONY.And removed duplicates
upanddownfrom the.PHONY.