Skip to content
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: guide user to call a parachain #316

Merged
merged 200 commits into from
Dec 10, 2024

refactor: rename parachain with chain as the primary command and reta…

f1e4aed
Select commit
Loading
Failed to load commit list.
Merged

feat: guide user to call a parachain #316

refactor: rename parachain with chain as the primary command and reta…
f1e4aed
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 1s

75.62% (+1.33%) compared to 3f86d18

View this Pull Request on Codecov

75.62% (+1.33%) compared to 3f86d18

Details

Codecov Report

Attention: Patch coverage is 82.49853% with 297 lines in your changes missing coverage. Please review.

Project coverage is 75.62%. Comparing base (3f86d18) to head (f1e4aed).

Files with missing lines Patch % Lines
crates/pop-cli/src/commands/call/chain.rs 77.33% 82 Missing and 93 partials ⚠️
crates/pop-parachains/src/call/mod.rs 61.63% 29 Missing and 32 partials ⚠️
crates/pop-parachains/src/call/metadata/mod.rs 93.15% 3 Missing and 12 partials ⚠️
crates/pop-contracts/src/utils/mod.rs 82.50% 0 Missing and 14 partials ⚠️
crates/pop-parachains/src/call/metadata/params.rs 92.04% 3 Missing and 11 partials ⚠️
crates/pop-common/src/metadata.rs 94.62% 9 Missing and 1 partial ⚠️
crates/pop-parachains/src/call/metadata/action.rs 92.04% 3 Missing and 4 partials ⚠️
crates/pop-cli/src/commands/mod.rs 0.00% 1 Missing ⚠️
@@            Coverage Diff             @@
##             main     #316      +/-   ##
==========================================
+ Coverage   74.29%   75.62%   +1.33%     
==========================================
  Files          56       62       +6     
  Lines       11233    12720    +1487     
  Branches    11233    12720    +1487     
==========================================
+ Hits         8345     9620    +1275     
- Misses       1746     1806      +60     
- Partials     1142     1294     +152     
Files with missing lines Coverage Δ
crates/pop-common/src/build.rs 98.48% <ø> (ø)
crates/pop-common/src/errors.rs 0.00% <ø> (ø)
crates/pop-common/src/lib.rs 73.91% <100.00%> (+12.62%) ⬆️
crates/pop-common/src/signer.rs 83.33% <100.00%> (ø)
crates/pop-contracts/src/build.rs 76.66% <ø> (ø)
crates/pop-contracts/src/call.rs 81.14% <ø> (ø)
crates/pop-contracts/src/errors.rs 100.00% <ø> (ø)
crates/pop-contracts/src/new.rs 84.79% <ø> (ø)
crates/pop-contracts/src/node/mod.rs 64.62% <ø> (ø)
crates/pop-contracts/src/testing.rs 68.42% <ø> (-8.51%) ⬇️
... and 11 more