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

feat(session): add web storage API based session storage #327

Merged
merged 2 commits into from May 8, 2021
Merged

feat(session): add web storage API based session storage #327

merged 2 commits into from May 8, 2021

Conversation

tdakkota
Copy link
Member

@tdakkota tdakkota commented May 8, 2021

No description provided.

@codecov
Copy link

codecov bot commented May 8, 2021

Codecov Report

Merging #327 (a5cc0bf) into main (d2f96cc) will increase coverage by 0.20%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #327      +/-   ##
==========================================
+ Coverage   68.54%   68.74%   +0.20%     
==========================================
  Files         294      294              
  Lines        9273     9279       +6     
==========================================
+ Hits         6356     6379      +23     
+ Misses       2310     2295      -15     
+ Partials      607      605       -2     
Impacted Files Coverage Δ
internal/testutil/external.go 80.00% <0.00%> (-20.00%) ⬇️
internal/rpc/options.go 90.00% <0.00%> (-10.00%) ⬇️
telegram/handle_updates.go 32.14% <0.00%> (-2.48%) ⬇️
internal/proto/codec/full.go 68.88% <0.00%> (-1.33%) ⬇️
telegram/internal/manager/conn.go 86.48% <0.00%> (+2.70%) ⬆️
internal/proto/codec/intermediate.go 81.57% <0.00%> (+5.26%) ⬆️
internal/rpc/engine.go 79.20% <0.00%> (+7.20%) ⬆️
internal/mtproto/rpc.go 64.86% <0.00%> (+24.32%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d2f96cc...a5cc0bf. Read the comment docs.

@ernado ernado merged commit 2583050 into gotd:main May 8, 2021
@tdakkota tdakkota deleted the feat/websocket-support branch May 29, 2021 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants