Conversation
- Migrate biome.json config (schema, files.includes, assist) - Auto-fix import sorting and remove unused imports - Fix unused variables in Vue component and tests - Update .gitattributes to exclude generated files from GitHub stats
Added 53 unit tests covering media, thread, studio, character, staff, user, metadata, batch, paginate and cache lifecycle methods. Raised coverage thresholds to 90/85/90/90.
Bug fixes: - chunk() infinite loop when size <= 0 (now throws RangeError) - Non-JSON response crash in executeRequest (502/503 HTML pages) - throw undefined after exhausting retries in fetchWithRetry - RedisCache.invalidate() string pattern now uses substring matching - getUserMediaList throws TypeError instead of AniListError for validation Type improvements: - MediaTag.isAdult field added - PageInfo fields tightened (only total remains nullable) Cleanup: - Remove dead _lastFetchCall helper from tests - Update CONTRIBUTING.md biome version example - Add 1.8.1 changelog entry - Update API reference for getUserMediaList TypeError - 12 new unit tests for audit fixes (230 total)
- Add test for logger.error + onError hook on non-JSON response - Mark unreachable defensive throw with v8 ignore - Fixes codecov/patch coverage gap
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.