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

perf: Stop validating JSON for stored state #2845

Merged
merged 3 commits into from
Oct 22, 2024

Short-circuit when cached encryption key already exists

81776df
Select commit
Loading
Failed to load commit list.
Merged

perf: Stop validating JSON for stored state #2845

Short-circuit when cached encryption key already exists
81776df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 22, 2024 in 0s

94.46% (+0.00%) compared to 2c5a1e5

View this Pull Request on Codecov

94.46% (+0.00%) compared to 2c5a1e5

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.46%. Comparing base (2c5a1e5) to head (81776df).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2845   +/-   ##
=======================================
  Coverage   94.46%   94.46%           
=======================================
  Files         486      486           
  Lines       10358    10360    +2     
  Branches     1579     1582    +3     
=======================================
+ Hits         9785     9787    +2     
  Misses        573      573           

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