-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore(ci): move papyrus_network dep to root toml #276
Conversation
5d74d6c
to
68fdc04
Compare
fb2dc50
to
fe64ac5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 08-01-chore_ci_move_papyrus_monitoring_gateway_dep_to_root_toml #276 +/- ##
===================================================================================================
- Coverage 76.48% 76.48% -0.01%
===================================================================================================
Files 310 310
Lines 34098 34098
Branches 34098 34098
===================================================================================================
- Hits 26081 26080 -1
Misses 5751 5751
- Partials 2266 2267 +1 ☔ 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.
Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @dorimedini-starkware)
crates/sequencing/papyrus_consensus/Cargo.toml
line 15 at r1 (raw file):
papyrus_common.workspace = true papyrus_config.workspace = true papyrus_network = { path = "../../papyrus_network", version = "0.4.0-dev.2" }
Thanks
Code quote:
version = "0.4.0-dev.2"
68fdc04
to
5feecba
Compare
fe64ac5
to
a91c65e
Compare
This change is