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

Derivation trees #1302

Draft
wants to merge 146 commits into
base: dev
Choose a base branch
from

feat ninjakeys only show opts of curr ver

0c64d6d
Select commit
Loading
Failed to load commit list.
Draft

Derivation trees #1302

feat ninjakeys only show opts of curr ver
0c64d6d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 9, 2025 in 0s

46.20% (-7.05%) compared to 6df1774

View this Pull Request on Codecov

46.20% (-7.05%) compared to 6df1774

Details

Codecov Report

Attention: Patch coverage is 22.17886% with 2393 lines in your changes missing coverage. Please review.

Project coverage is 46.20%. Comparing base (6df1774) to head (0c64d6d).

Files with missing lines Patch % Lines
src/haz3lcore/derivation/DrvTermBase.re 0.24% 411 Missing ⚠️
src/haz3lcore/pretty/ExpToSegment.re 0.28% 345 Missing ⚠️
src/haz3lcore/derivation/RuleVerify.re 2.85% 272 Missing ⚠️
src/haz3lcore/derivation/DrvTerm.re 1.81% 270 Missing ⚠️
src/haz3lcore/lang/term/Grammar.re 4.34% 220 Missing ⚠️
src/haz3lcore/statics/MakeTerm.re 4.54% 168 Missing ⚠️
src/haz3lcore/derivation/Rule.re 0.67% 147 Missing ⚠️
src/haz3lcore/dynamics/Transition.re 0.00% 117 Missing ⚠️
src/haz3lcore/statics/Statics.re 1.00% 99 Missing ⚠️
src/haz3lcore/derivation/DrvInfo.re 0.00% 88 Missing ⚠️
... and 20 more
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1302      +/-   ##
==========================================
- Coverage   53.25%   46.20%   -7.05%     
==========================================
  Files         103      111       +8     
  Lines       10583    13625    +3042     
==========================================
+ Hits         5636     6296     +660     
- Misses       4947     7329    +2382     
Files with missing lines Coverage Δ
src/haz3lcore/lang/Precedence.re 97.91% <100.00%> (ø)
src/haz3lcore/zipper/Ancestors.re 61.11% <100.00%> (ø)
src/haz3lcore/zipper/Relatives.re 52.27% <100.00%> (ø)
src/haz3lcore/zipper/Zipper.re 57.06% <100.00%> (ø)
src/haz3lcore/derivation/SymbolMap.re 97.91% <97.91%> (ø)
src/haz3lcore/dynamics/Casts.re 79.00% <0.00%> (-0.80%) ⬇️
src/haz3lcore/dynamics/DHExp.re 32.91% <0.00%> (-0.43%) ⬇️
src/haz3lcore/lang/Form.re 87.01% <99.10%> (+7.68%) ⬆️
src/haz3lcore/statics/Coverage.re 71.35% <0.00%> (-0.38%) ⬇️
src/haz3lcore/dynamics/Unboxing.re 21.67% <0.00%> (-0.16%) ⬇️
... and 24 more

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.