-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migration for JSR #744
Migration for JSR #744
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #744 +/- ##
=======================================
Coverage ? 98.07%
=======================================
Files ? 1
Lines ? 52
Branches ? 10
=======================================
Hits ? 51
Misses ? 1
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 9 out of 15 changed files in this pull request and generated no suggestions.
Files not reviewed (6)
- .babelrc: Language not supported
- .flowconfig: Language not supported
- index.js.flow: Language not supported
- jsr.json: Language not supported
- package.json: Language not supported
- src/Storage.js: Evaluated as low risk
Comments skipped due to low confidence (5)
src/Storage.ts:5
- [nitpick] The error message 'localStorage not accessible' could be more descriptive. Consider including the key that caused the error.
throw new Error('localStorage not accessible');
src/Storage.ts:13
- [nitpick] The error message 'localStorage not accessible' could be more descriptive. Consider including the key that caused the error.
throw new Error('localStorage not accessible');
src/Storage.ts:21
- [nitpick] The error message 'localStorage not accessible' could be more descriptive. Consider including the key that caused the error.
throw new Error('localStorage not accessible');
src/Storage.ts:29
- [nitpick] The error message 'localStorage not accessible' could be more descriptive. Consider including the key that caused the error.
throw new Error('localStorage not accessible');
src/Storage.ts:1
- Ensure that the new TypeScript code is covered by tests, especially the error handling scenarios.
function get(key: string): string | null {
04f2791
to
afbe6b9
Compare
afbe6b9
to
eda12fc
Compare
No description provided.