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

payjoin / rust-payjoin / 17521365048
86%
master: 83%

Build:
Build:
LAST BUILD BRANCH: unified-payjoin-service
DEFAULT BRANCH: master
Ran 07 Sep 2025 12:24AM UTC
Jobs 1
Files 51
Run time 1min
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

07 Sep 2025 12:13AM UTC coverage: 85.925% (-0.008%) from 85.933%
17521365048

push

github

nothingmuch
Replace SystemTime with bitcoin::absolute::Time

Introduce a newtype wrapping bitcoin::absolute::Time (which is what BIP
77 specifies) instead of using std::time::SystemTime.

A fallible constructor `Time::from_now(Duration)` is used to construct
these values from a `Duration`, so `with_expiry` no longer takes a
`Duration` directly. No `IntoTime` trait analogous to `IntoUrl` is
included in this commit.

Introducing a newtype lets us add additional conversion and arithmetic
functionality later without breaking the API or relying on extension
traits on the bitcoin Time type.

Co-authored-by: Yuval Kogman <nothingmuch@woobling.org>

81 of 87 new or added lines in 7 files covered. (93.1%)

8205 of 9549 relevant lines covered (85.93%)

489.72 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
78.57
payjoin/src/core/time.rs
Jobs
ID Job ID Ran Files Coverage
1 17521365048.1 07 Sep 2025 12:24AM UTC 51
85.93
GitHub Action Run
Source Files on build 17521365048
  • Tree
  • List 51
  • Changed 9
  • Source Changed 9
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17521365048
  • b8f6b010 on github
  • Prev Build on master (#17504088813)
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