-
Notifications
You must be signed in to change notification settings - Fork 374
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
feat: implement gno mod why
#1407
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1407 +/- ##
=======================================
Coverage 47.47% 47.47%
=======================================
Files 385 385
Lines 61377 61377
=======================================
Hits 29140 29140
Misses 29802 29802
Partials 2435 2435 ☔ View full report in Codecov by Sentry. |
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.
Left a few comments regarding the docs 🙏
5755a56
to
44690ae
Compare
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.
Just some comments from the other day that I forgot to finalise. Publishing as I saw that you just pushed a commit, so I think you're taking a look at this now.
I haven't 100% finished the review; will do later.
52f238d
to
1a74f37
Compare
d620aa2
to
ec4f0af
Compare
Forced pushed to resolve merge conflicts. Will be merging once CI passes. |
`gno mod why`: explains why packages or modules are needed Also answers the question "why is this package or module being kept by `gno mod tidy`?"
gno mod why
: explains why packages or modules are neededAlso answers the question "why is this package or module being kept by
gno mod tidy
?"Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description