Conversation
✅ Deploy Preview for fakerjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
ST-DDT
left a comment
There was a problem hiding this comment.
The test snapshots need to be updated, but otherwise this looks good to me.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2791 +/- ##
==========================================
- Coverage 99.96% 99.95% -0.01%
==========================================
Files 2971 2971
Lines 212696 212619 -77
Branches 949 945 -4
==========================================
- Hits 212617 212526 -91
- Misses 79 93 +14
|
matthewmayer
left a comment
There was a problem hiding this comment.
Is there anything we can do to speed up the normalisation code? It seems to add several seconds to every preflight run even when only running for a couple of modules.
Guess we can parallelize the processing of all methods in a module as well as the module processing in general. This would not fix the data normalization in general, tho. Any ideas on that? |
bd505fe
bd505fe to
3cd809c
Compare
Description
Follow-on to #2265
Normalize the entries in the
animalmodule definitions in all locales.I choose this module as only one file (
src/locales/fr/animal/bird.ts) that exceeded the entry limit. Th rest of the changes come from sorting and deduping the datasets.