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

tari-project / tari / 7030767712
61%

Build:
DEFAULT BRANCH: development
Ran 29 Nov 2023 03:24PM UTC
Jobs 1
Files 719
Run time 3min
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

29 Nov 2023 09:49AM UTC coverage: 75.841% (+0.01%) from 75.827%
7030767712

push

github

web-flow
chore: migrate from `lazy_static` to `once_cell` (#5992)

Description
---
Migrates all remaining uses of `lazy_static` to `once_cell` for better
consistency with the rest of the ecosystem.

Motivation and Context
---
Other repositories in the ecosystem are moving from `lazy_static` to
`once_cell` for better maintenance and to remove the use of a macro.
This repository had a mix of both still in use, so this PR finishes
moving everything over. The API is very similar, so changes were
minimal.

How Has This Been Tested?
---
Existing tests pass.

What process can a PR reviewer use to test or verify this change?
---
Check the correctness of each change by asserting that each use of
`Lazy` reflects the same functionality as the previous `lazy_static!`
macro.

8 of 8 new or added lines in 2 files covered. (100.0%)

22 existing lines in 11 files now uncovered.

73436 of 96829 relevant lines covered (75.84%)

208357.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7030767712.1 29 Nov 2023 03:24PM UTC 0
75.84
GitHub Action Run
Source Files on build 7030767712
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7030767712
  • 30d15fa0 on github
  • Prev Build on development (#7017009643)
  • Next Build on development (#7037580652)
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