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: update parachain templates #297

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

feat: support v3.0.0 of OpenZeppelin templates

a68dd5f
Select commit
Loading
Failed to load commit list.
Open

feat: update parachain templates #297

feat: support v3.0.0 of OpenZeppelin templates
a68dd5f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2025 in 0s

75.23% (+0.12%) compared to 17d3bd6

View this Pull Request on Codecov

75.23% (+0.12%) compared to 17d3bd6

Details

Codecov Report

Attention: Patch coverage is 87.41259% with 18 lines in your changes missing coverage. Please review.

Project coverage is 75.23%. Comparing base (17d3bd6) to head (a68dd5f).

Files with missing lines Patch % Lines
crates/pop-parachains/src/up/mod.rs 87.39% 2 Missing and 13 partials ⚠️
crates/pop-cli/src/commands/new/parachain.rs 40.00% 3 Missing ⚠️
@@            Coverage Diff             @@
##             main     #297      +/-   ##
==========================================
+ Coverage   75.11%   75.23%   +0.12%     
==========================================
  Files          63       63              
  Lines       13842    13970     +128     
  Branches    13842    13970     +128     
==========================================
+ Hits        10398    10511     +113     
- Misses       2118     2120       +2     
- Partials     1326     1339      +13     
Files with missing lines Coverage Δ
crates/pop-parachains/src/templates.rs 98.66% <100.00%> (+0.04%) ⬆️
crates/pop-cli/src/commands/new/parachain.rs 46.17% <40.00%> (-0.14%) ⬇️
crates/pop-parachains/src/up/mod.rs 87.60% <87.39%> (+0.04%) ⬆️