-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: move localizationd data from test-icu-env
to external file
#55618
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55618 +/- ##
=======================================
Coverage 88.40% 88.40%
=======================================
Files 654 654
Lines 187752 187757 +5
Branches 36127 36121 -6
=======================================
+ Hits 165977 165985 +8
+ Misses 15013 14999 -14
- Partials 6762 6773 +11 |
I like the idea. I think there should be separate versions of the fixture per ICU version and then we could remove the current restriction that the test only runs with the bundled/builtin ICU. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
7605bf2
to
10ea9f0
Compare
Not sure why we have this directory ignored by linter Line 56 in 6af5c4e
|
It was added to the ignore list in 6add5b3 |
Refs: #50515 (comment)
Related to: #55551 (the data in current PR is generated using version
75.1
)