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(up parachain): faster binary sourcing #199

Merged
merged 20 commits into from
Jun 21, 2024

docs: add link to network config examples

3fda663
Select commit
Loading
Failed to load commit list.
Merged

feat(up parachain): faster binary sourcing #199

docs: add link to network config examples
3fda663
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 20, 2024 in 0s

65.20% (+7.94%) compared to 130e1b2

View this Pull Request on Codecov

65.20% (+7.94%) compared to 130e1b2

Details

Codecov Report

Attention: Patch coverage is 81.05304% with 493 lines in your changes missing coverage. Please review.

Project coverage is 65.20%. Comparing base (130e1b2) to head (3fda663).

@@            Coverage Diff             @@
##             main     #199      +/-   ##
==========================================
+ Coverage   57.25%   65.20%   +7.94%     
==========================================
  Files          34       37       +3     
  Lines        3701     5069    +1368     
  Branches     3701     5069    +1368     
==========================================
+ Hits         2119     3305    +1186     
- Misses       1243     1248       +5     
- Partials      339      516     +177     
Files Coverage Δ
crates/pop-parachains/src/errors.rs 0.00% <ø> (-100.00%) ⬇️
crates/pop-parachains/src/templates.rs 91.11% <ø> (ø)
crates/pop-cli/src/commands/install/mod.rs 0.00% <0.00%> (ø)
crates/pop-cli/src/commands/new/parachain.rs 46.10% <0.00%> (+0.70%) ⬆️
crates/pop-parachains/src/up/relay.rs 85.86% <85.86%> (ø)
crates/pop-parachains/src/utils/git.rs 67.70% <50.00%> (+5.51%) ⬆️
crates/pop-parachains/src/up/parachains.rs 85.49% <85.49%> (ø)
crates/pop-parachains/src/up/sourcing.rs 86.51% <86.51%> (ø)
crates/pop-cli/src/commands/up/parachain.rs 8.85% <0.00%> (-3.21%) ⬇️
crates/pop-parachains/src/up/mod.rs 87.19% <87.19%> (ø)