-
Notifications
You must be signed in to change notification settings - Fork 373
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
fix: tidy gnokeykc
go mod
#1355
Conversation
✅ Deploy Preview for gno-docs2 canceled.
|
Looks good, can you make it so that the modtidy CI checks works for all subdirectories with gno.mod? (Think you can adapt Harry's script in examples for this.) |
I just checked, this line in the CI should already pick up these go.mod files
I went back and checked, and the CI supposedly passed for this on the PR where the go.mod was introduced: I'll look into fixing the CI in this PR, should be straightforward |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1355 +/- ##
==========================================
+ Coverage 55.93% 55.96% +0.02%
==========================================
Files 420 420
Lines 65415 65415
==========================================
+ Hits 36592 36608 +16
+ Misses 25966 25950 -16
Partials 2857 2857 ☔ 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.
run the action locally and it errors correctly. let's go!
the CI errors out after #1355, oops...
## Description This PR runs `go mod tidy` on `gnokeykc`. <details><summary>Contributors' checklist...</summary> - [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md). </details>
the CI errors out after gnolang#1355, oops...
Description
This PR runs
go mod tidy
ongnokeykc
.Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description