Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Sync API Refactor #87

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

fix: disambiguate serialization output of builtins

9aa3dc1
Select commit
Loading
Failed to load commit list.
Draft

Sync API Refactor #87

fix: disambiguate serialization output of builtins
9aa3dc1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 4, 2024 in 0s

85.64% (-8.44%) compared to 9bf904f

View this Pull Request on Codecov

85.64% (-8.44%) compared to 9bf904f

Details

Codecov Report

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

Comparison is base (9bf904f) 94.08% compared to head (9aa3dc1) 85.64%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/async/createFoldAsyncFn.ts 0.00% 120 Missing ⚠️
src/async/createUnfoldAsyncFn.ts 0.00% 62 Missing ⚠️
src/iterableTypes.ts 0.00% 33 Missing ⚠️
src/async/serializeAsync2.ts 93.07% 26 Missing and 1 partial ⚠️
src/tsonAssert.ts 0.00% 24 Missing ⚠️
src/async/handlers/tsonPromise2.ts 77.04% 14 Missing ⚠️
src/internals/testUtils.ts 86.36% 12 Missing ⚠️
src/async/iterableUtils.ts 87.50% 4 Missing ⚠️
src/internals/isComplexValue.ts 57.14% 3 Missing ⚠️
src/sync/serialize.ts 98.30% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
- Coverage   94.08%   85.64%   -8.44%     
==========================================
  Files          31       40       +9     
  Lines        1876     2864     +988     
  Branches      194      258      +64     
==========================================
+ Hits         1765     2453     +688     
- Misses        109      407     +298     
- Partials        2        4       +2     

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