Merged
Conversation
added 9 commits
September 4, 2024 15:16
3182d5a to
d17be1e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2006 +/- ##
==========================================
+ Coverage 90.26% 91.61% +1.34%
==========================================
Files 34 37 +3
Lines 7666 9924 +2258
Branches 381 633 +252
==========================================
+ Hits 6920 9092 +2172
- Misses 734 820 +86
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. |
seratch
approved these changes
Sep 5, 2024
Contributor
seratch
left a comment
There was a problem hiding this comment.
Nice! Too many changes to review but they should be safe. Regarding the changes under packages/web-api/src/types/response/, it's fine! but we may want to add the additional step that applies biome after generating in the script.
Contributor
Author
|
Sounds @seratch , I will follow up with another PR for that shortly, and can test it out by running it in the PR, too. |
2 tasks
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.
Many lines of code, little actual change. Perhaps the only thing worth taking a look at is the
biome.jsonfile that describes the lint and formatting rules.Changes