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

[poc] feat: fetch interface session #1261

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

fix: adds session middleware for fetch

941d947
Select commit
Loading
Failed to load commit list.
Draft

[poc] feat: fetch interface session #1261

fix: adds session middleware for fetch
941d947
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 29, 2023 in 0s

64.00% (-0.26%) compared to 2add622

View this Pull Request on Codecov

64.00% (-0.26%) compared to 2add622

Details

Codecov Report

Merging #1261 (941d947) into main (2add622) will decrease coverage by 0.26%.
Report is 250 commits behind head on main.
The diff coverage is 66.49%.

@@            Coverage Diff             @@
##             main    #1261      +/-   ##
==========================================
- Coverage   64.25%   64.00%   -0.26%     
==========================================
  Files         124      124              
  Lines        8603     8665      +62     
  Branches     1838     1872      +34     
==========================================
+ Hits         5528     5546      +18     
- Misses       2830     2869      +39     
- Partials      245      250       +5     
Files Coverage Δ
packages/auth/src/profile.ts 83.33% <100.00%> (-0.88%) ⬇️
packages/auth/src/provider.ts 53.57% <100.00%> (+1.71%) ⬆️
packages/keychain/src/identity.ts 98.61% <100.00%> (ø)
packages/keychain/src/profiles.ts 96.72% <100.00%> (+0.11%) ⬆️
packages/keychain/src/utils/gaia.ts 97.77% <100.00%> (+0.05%) ⬆️
packages/keychain/src/wallet/index.ts 88.37% <100.00%> (ø)
...ages/profile/src/profileSchemas/personZoneFiles.ts 56.41% <100.00%> (ø)
packages/stacking/src/index.ts 87.77% <100.00%> (-0.07%) ⬇️
packages/storage/src/hub.ts 72.64% <100.00%> (+0.52%) ⬆️
packages/storage/src/storage.ts 83.53% <100.00%> (+0.05%) ⬆️
... and 15 more