-
Notifications
You must be signed in to change notification settings - Fork 94
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
Move CosmWasm dependencies to new cosmwasm
workspace
#1302
Move CosmWasm dependencies to new cosmwasm
workspace
#1302
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1302 +/- ##
==========================================
- Coverage 67.55% 66.99% -0.56%
==========================================
Files 236 226 -10
Lines 23905 23267 -638
==========================================
- Hits 16148 15588 -560
+ Misses 7757 7679 -78 ☔ 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.
Thank you, Sean.
Just a heads-up: I have refactored the GitHub workflows and the Makefile so that CI jobs include the cosmwasm
workspace as well.
* Move cw dependencies to cosmwasm/ibc-clients directory * Move cosmwasm tests to `cosmwasm` workspace * Fix some formatting nits * Format cargo.toml files * Add needed workspace dependencies * Add derive_more dep back to root Cargo.toml * Format cargo.toml files * Updates to Cargo.toml files * Format cargo.toml files * Add needed test imports * Resolve testing dependencies * Fix Makefile `build-tendermint-cw` rule * fix: remove redundant deps * fix: makefile * fix: update workflows * fix: refactor workflows to include cosmwasm lint checks * fix: include cosmwasm check-docs in CI * fix: include cosmwasm tests in CI + streamline jobs * fix: update READMEs * nitpicking * chore: add changelog * fix: taplo * nit: readme paths --------- Co-authored-by: Farhad Shabani <[email protected]>
Closes: #1295
Description
PR author checklist:
unclog
.docs/
).Reviewer checklist:
Files changed
in the GitHub PR explorer.