• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

unicode-org / icu4x / 17305259223
73%

Build:
DEFAULT BRANCH: main
Ran 28 Aug 2025 07:08PM UTC
Jobs 1
Files 983
Run time 6min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Aug 2025 06:57PM UTC coverage: 72.958% (+0.04%) from 72.92%
17305259223

push

github

web-flow
Reduce the size of `Zone` by deferring lookups (#6903)

Alternative to #6902

This defers the lookups in `zones`, `names`, `rules`, and `regions` from
the constructor, only storing the index in the `Zone` struct.

This will cost an additional lookup at the beginning of each zone
operation, but these are fairly lookup-heavy already anyway. It also
saves the lookups for name and region, which are probably only needed
very rarely. In exchange, the size of `Zone` gets significantly
decreased.

Also adds a `RawZone` abstraction which can be GIGO converted to and
from `Zone`, with the invariant being that the same `ZoneInfo64`
instance is used throughout. Users like temporal can combine this with a
static `LazyLock<ZoneInfo64>` to provide a safe wrapper with minimal
size.

130 of 142 new or added lines in 3 files covered. (91.55%)

6 existing lines in 5 files now uncovered.

60425 of 82822 relevant lines covered (72.96%)

468425.2 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
83.58
-0.51% utils/zoneinfo64/src/deserialize.rs
11
87.62
1.94% utils/zoneinfo64/src/lib.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
91.94
-0.2% components/datetime/src/provider/pattern/reference/parser.rs
1
88.29
-0.45% components/locale/src/expander.rs
1
64.26
-0.4% components/time/src/provider/mod.rs
1
87.62
1.94% utils/zoneinfo64/src/lib.rs
2
95.71
-2.86% components/experimental/src/dimension/currency/compact_format.rs
Jobs
ID Job ID Ran Files Coverage
1 17305259223.1 28 Aug 2025 07:08PM UTC 983
72.96
GitHub Action Run
Source Files on build 17305259223
  • Tree
  • List 983
  • Changed 10
  • Source Changed 3
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17305259223
  • 1de4bf59 on github
  • Prev Build on main (#17244043754)
  • Next Build on main (#17306632486)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc