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

fix(treeu): flat mapper now accepts 'constructor' and 'result' as valid keys #1524

Merged
merged 6 commits into from
Jan 22, 2025

test: enable size test

85f1e84
Select commit
Loading
Failed to load commit list.
Merged

fix(treeu): flat mapper now accepts 'constructor' and 'result' as valid keys #1524

test: enable size test
85f1e84
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 22, 2025 in 0s

93.30% (-0.36%) compared to f5d6015

View this Pull Request on Codecov

93.30% (-0.36%) compared to f5d6015

Details

Codecov Report

Attention: Patch coverage is 53.84615% with 6 lines in your changes missing coverage. Please review.

Project coverage is 93.30%. Comparing base (f5d6015) to head (85f1e84).

Files with missing lines Patch % Lines
packages/treeu/src/mapper/flat-tree-ws-mapper.ts 53.84% 5 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1524      +/-   ##
==========================================
- Coverage   93.66%   93.30%   -0.36%     
==========================================
  Files         132      132              
  Lines        1262     1269       +7     
  Branches      261      265       +4     
==========================================
+ Hits         1182     1184       +2     
- Misses         72       76       +4     
- Partials        8        9       +1     
Files with missing lines Coverage Δ
packages/treeu/src/mapper/flat-tree-ws-mapper.ts 87.87% <53.84%> (-7.04%) ⬇️