Skip to content

improve type stability by avoiding using a `Dict{String, Any}` as a t…

2d5a4cd
Select commit
Loading
Failed to load commit list.
Merged

improve type stability by avoiding using a Dict{String, Any} as a tree and instead definining proper structs that can be recursive #188

improve type stability by avoiding using a `Dict{String, Any}` as a t…
2d5a4cd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2025 in 1s

97.45% (-0.11%) compared to d236fa0, passed because coverage increased by 0.04% when compared to adjusted base (97.40%)

View this Pull Request on Codecov

97.45% (-0.11%) compared to d236fa0, passed because coverage increased by 0.04% when compared to adjusted base (97.40%)

Details

Codecov Report

❌ Patch coverage is 98.03922% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 97.45%. Comparing base (d236fa0) to head (2d5a4cd).

Files with missing lines Patch % Lines
src/extract.jl 96.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
- Coverage   97.55%   97.45%   -0.11%     
==========================================
  Files           4        4              
  Lines         817      824       +7     
==========================================
+ Hits          797      803       +6     
- Misses         20       21       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.