build: remove paths to outdated artifacts in makefile clean#59
Conversation
zimeg
left a comment
There was a problem hiding this comment.
📝 Methods to some of the madness, for the most kind reviewers!
| # Initialize project | ||
| .PHONY: init | ||
| init: | ||
| # Get the latest tags to build correctly |
There was a problem hiding this comment.
🤔 I understand how this is useful, but in outputs it might be confused as a TODO
Some notation exists to "stub" commands in a Makefile but I opted to delete this one instead for now 🪓
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #59 +/- ##
=======================================
Coverage 62.89% 62.90%
=======================================
Files 210 210
Lines 22156 22156
=======================================
+ Hits 13936 13937 +1
- Misses 7132 7133 +1
+ Partials 1088 1086 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mwbrooks
left a comment
There was a problem hiding this comment.
✅ Love this change and I'm glad to see that we're taking the time to clean up the past iterations of the project!
|
@mwbrooks The iterations have been so fun to follow but I am glad we are now moving towards the latest 🌚 |
Summary
This PR removes references to outdated build artifacts and confusing comments from outputs of
makecommands.Preview
Requirements