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

refactor: ensure short args consistency #386

Merged
merged 1 commit into from
Dec 17, 2024

refactor: ensure short args consistency

9755928
Select commit
Loading
Failed to load commit list.
Merged

refactor: ensure short args consistency #386

refactor: ensure short args consistency
9755928
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

75.65% (+0.00%) compared to 4ff112a

View this Pull Request on Codecov

75.65% (+0.00%) compared to 4ff112a

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.65%. Comparing base (4ff112a) to head (9755928).

@@           Coverage Diff           @@
##             main     #386   +/-   ##
=======================================
  Coverage   75.65%   75.65%           
=======================================
  Files          59       59           
  Lines       12719    12719           
  Branches    12719    12719           
=======================================
  Hits         9622     9622           
  Misses       1801     1801           
  Partials     1296     1296           
Files with missing lines Coverage Δ
crates/pop-cli/src/commands/build/parachain.rs 73.49% <ø> (ø)
crates/pop-cli/src/commands/build/spec.rs 73.64% <ø> (ø)
crates/pop-cli/src/commands/call/chain.rs 76.84% <ø> (ø)
crates/pop-cli/src/commands/call/contract.rs 83.40% <ø> (ø)
crates/pop-cli/src/commands/clean.rs 83.08% <ø> (ø)
crates/pop-cli/src/commands/install/mod.rs 0.00% <ø> (ø)
crates/pop-cli/src/commands/new/contract.rs 48.05% <ø> (ø)
crates/pop-cli/src/commands/test/contract.rs 0.00% <ø> (ø)
crates/pop-cli/src/commands/up/contract.rs 18.38% <ø> (ø)
crates/pop-cli/src/commands/up/parachain.rs 7.60% <ø> (ø)