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

unicode-org / icu4x / 16613990805
73%

Build:
DEFAULT BRANCH: main
Ran 30 Jul 2025 05:20AM UTC
Jobs 1
Files 981
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

30 Jul 2025 05:09AM UTC coverage: 72.761% (+0.002%) from 72.759%
16613990805

push

github

web-flow
Add four `map_with_cart` methods to `yoke::Yoke` (#6781)

Closes #6777

.

# Added

Adds four public methods to `yoke::Yoke`,
`{try_}map_with_cart{_cloned}`, which are analogous to the `map_project`
family, but additionally provide a reference to the cart.



# Tests



I added a bunch of safety docs and doctests to the bottom of `yoke.rs`
for `map_with_cart` (and a few for `map_with_cart_cloned`), under the
reasoning that the `try_` variants differ only in the output type of the
callback, and the difference is incapable of introducing a new
lifetime.



The tests passed under a run of `MIRIFLAGS="-Zmiri-strict-provenance
-Zmiri-retag-fields -Zmiri-recursive-validation" cargo +nightly miri
test --package yoke --all-features`. I'm pleasantly surprised everything
went smoothly... aside from me sleepwalking into #2095 by defaulting to
`Box` for the tests. After replacing `Box` with `Rc`, they passed. (I
guess that shows the tests successfully checked for something.) Some of
the older doctests (for `map_project` and `attach_to_cart`) still use
`Box`, but I guess they don't do enough to trigger UB.

59770 of 82146 relevant lines covered (72.76%)

456149.74 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
91.94
-0.2% components/datetime/src/provider/pattern/reference/parser.rs
1
98.57
0.0% components/experimental/src/dimension/currency/compact_format.rs
Jobs
ID Job ID Ran Files Coverage
1 16613990805.1 30 Jul 2025 05:20AM UTC 981
72.76
GitHub Action Run
Source Files on build 16613990805
  • Tree
  • List 981
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16613990805
  • 4d2b0158 on github
  • Prev Build on main (#16594914065)
  • Next Build on main (#16725882214)
  • 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