Closed adams85 closed 9 months ago
Attention: 3 lines
in your changes are missing coverage. Please review.
Comparison is base (
b3dd995
) 85.41% compared to head (1e83801
) 85.93%.
Files | Patch % | Lines |
---|---|---|
src/ConfigFetcher.ts | 60.00% | 1 Missing and 1 partial :warning: |
src/Cache.ts | 96.42% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The SonarCloud Quality Gate passed, but some issues were introduced.
2 New issues
0 Security Hotspots
No data about Coverage
0.9% Duplication on New Code
Describe the purpose of your pull request
Besides some minor perf/code quality improvements, makes changes to the implementation of
LocalStorageCache
:LocalStorageCache
only if it's available. Otherwise, use the default (in-memory) cache implementation.LocalStorageCache.get
/set
methods so the outer exception handlers can catch and log them.Also:
Related issues (only if applicable)
Requirement checklist (only if applicable)