Skip to content

Conversation

Moliholy
Copy link
Collaborator

No description provided.

@Moliholy Moliholy self-assigned this Sep 29, 2025
@Moliholy Moliholy force-pushed the feat/build-spec-runtime branch from f559377 to 317ce48 Compare September 29, 2025 13:32
@Moliholy Moliholy force-pushed the feat/build-spec-runtime branch from 317ce48 to e63db6e Compare September 29, 2025 16:30
@Moliholy Moliholy changed the title Feat/build spec runtime feat: build spec runtime Sep 29, 2025
Copy link

codecov bot commented Sep 30, 2025

Codecov Report

❌ Patch coverage is 26.82927% with 360 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.67%. Comparing base (9686a6f) to head (f271c2c).

Files with missing lines Patch % Lines
crates/pop-chains/src/build/mod.rs 29.89% 121 Missing and 8 partials ⚠️
crates/pop-cli/src/commands/build/spec.rs 24.44% 68 Missing ⚠️
crates/pop-cli/src/common/omni_node.rs 0.00% 42 Missing ⚠️
crates/pop-cli/src/common/builds.rs 12.12% 27 Missing and 2 partials ⚠️
crates/pop-common/src/manifest.rs 16.12% 21 Missing and 5 partials ⚠️
crates/pop-contracts/src/call.rs 0.00% 12 Missing ⚠️
crates/pop-cli/src/commands/build/mod.rs 0.00% 6 Missing ⚠️
crates/pop-cli/src/commands/up/contract.rs 25.00% 6 Missing ⚠️
crates/pop-cli/src/commands/up/rollup.rs 25.00% 6 Missing ⚠️
crates/pop-cli/src/commands/up/mod.rs 58.33% 4 Missing and 1 partial ⚠️
... and 14 more
@@            Coverage Diff             @@
##             main     #647      +/-   ##
==========================================
- Coverage   77.33%   76.67%   -0.67%     
==========================================
  Files         109      110       +1     
  Lines       24941    25172     +231     
  Branches    24941    25172     +231     
==========================================
+ Hits        19288    19300      +12     
- Misses       3678     3907     +229     
+ Partials     1975     1965      -10     
Files with missing lines Coverage Δ
crates/pop-chains/src/lib.rs 0.00% <ø> (ø)
crates/pop-chains/src/new_chain.rs 79.04% <100.00%> (ø)
crates/pop-cli/src/commands/bench/storage.rs 69.56% <100.00%> (ø)
crates/pop-cli/src/commands/call/mod.rs 84.53% <100.00%> (+1.03%) ⬆️
crates/pop-cli/src/common/contracts.rs 83.12% <100.00%> (+0.51%) ⬆️
crates/pop-cli/src/common/mod.rs 100.00% <ø> (ø)
crates/pop-contracts/src/test.rs 82.35% <100.00%> (+2.94%) ⬆️
crates/pop-cli/src/commands/bench/block.rs 42.85% <0.00%> (ø)
crates/pop-cli/src/commands/bench/machine.rs 42.25% <0.00%> (ø)
crates/pop-cli/src/commands/build/chain.rs 76.76% <66.66%> (ø)
... and 21 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Moliholy Moliholy force-pushed the feat/build-spec-runtime branch from d3ae327 to f5a1cef Compare October 3, 2025 09:47
#[strum(props(
Repository = "https://github.com/r0gue-io/polkadot",
Binary = "polkadot-omni-node",
Fallback = "polkadot-stable2503-7"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version is NOT correct. We didn't yet build anything with the omni-node, so we'll have to wait until we do, or at least know in which version it'll be included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant