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

Leo Deploy #26901

Merged
merged 55 commits into from
Feb 12, 2024

Merge branch 'testnet3' into feat/leo-deploy

95d95f2
Select commit
Loading
Failed to load commit list.
Merged

Leo Deploy #26901

Merge branch 'testnet3' into feat/leo-deploy
95d95f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 11, 2024 in 0s

75.65% (-0.41%) compared to e0632d6

View this Pull Request on Codecov

75.65% (-0.41%) compared to e0632d6

Details

Codecov Report

Attention: 114 lines in your changes are missing coverage. Please review.

Comparison is base (e0632d6) 76.05% compared to head (95d95f2) 75.65%.

Files Patch % Lines
compiler/ast/src/stub/function_stub.rs 17.94% 32 Missing ⚠️
leo/cli/cli.rs 81.31% 17 Missing ⚠️
compiler/passes/src/common/symbol_table/mod.rs 58.33% 15 Missing ⚠️
compiler/ast/src/struct/mod.rs 56.25% 7 Missing ⚠️
...ompiler/passes/src/common/symbol_table/location.rs 50.00% 5 Missing ⚠️
compiler/passes/src/type_checking/checker.rs 88.37% 5 Missing ⚠️
...rors/src/errors/type_checker/type_checker_error.rs 20.00% 4 Missing ⚠️
leo/cli/commands/deploy.rs 0.00% 3 Missing ⚠️
compiler/ast/src/mapping/mod.rs 33.33% 2 Missing ⚠️
compiler/ast/src/types/array.rs 0.00% 2 Missing ⚠️
... and 16 more
Additional details and impacted files
@@             Coverage Diff              @@
##           testnet3   #26901      +/-   ##
============================================
- Coverage     76.05%   75.65%   -0.41%     
============================================
  Files           200      203       +3     
  Lines          6800     7049     +249     
  Branches       6800     7049     +249     
============================================
+ Hits           5172     5333     +161     
- Misses         1628     1716      +88     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.