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

unicode-org / icu4x / 16418162773
73%

Build:
DEFAULT BRANCH: main
Ran 21 Jul 2025 01:32PM UTC
Jobs 1
Files 977
Run time 2min
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

21 Jul 2025 01:21PM UTC coverage: 72.61% (+0.002%) from 72.608%
16418162773

push

github

web-flow
Fix several incorrect type inferences in sort key code (#6708)

These variables were int32_t in the C++ code, but during the port their
types got incorrectly inferred as u8, which can cause a panic on
overflow when processing a long string. I adjust them to usize, which is
Rust's idiom.

The narrowings to u8 should all be safe since we're operating with a
value that fits into a u8 at those points. (The same thing is happening
in the C++ too of course, but it's done silently by the compiler.)

13 of 29 new or added lines in 1 file covered. (44.83%)

5 existing lines in 5 files now uncovered.

59059 of 81337 relevant lines covered (72.61%)

459405.58 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
16
73.83
0.08% components/collator/src/comparison.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
73.83
0.08% components/collator/src/comparison.rs
1
41.88
-0.1% components/datetime/src/pattern/names.rs
1
97.14
-1.43% components/experimental/src/dimension/currency/compact_format.rs
1
84.25
-0.68% provider/source/src/cldr_cache.rs
1
97.31
-0.09% utils/calendrical_calculations/src/astronomy.rs
Jobs
ID Job ID Ran Files Coverage
1 16418162773.1 21 Jul 2025 01:32PM UTC 977
72.61
GitHub Action Run
Source Files on build 16418162773
  • Tree
  • List 977
  • Changed 9
  • Source Changed 1
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16418162773
  • 784404dc on github
  • Prev Build on main (#16415297688)
  • Next Build on main (#16440845151)
  • 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