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

payjoin / rust-payjoin / 16427048792
83%

Build:
DEFAULT BRANCH: master
Ran 21 Jul 2025 08:11PM UTC
Jobs 1
Files 52
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

21 Jul 2025 08:09PM UTC coverage: 85.706% (-0.09%) from 85.8%
16427048792

push

github

web-flow
Add PartialEq/Eq to errors for easier comparison (#768)

The biggest change here is the change of `payjoin::ImplementationError`
from a type alias to a newtype. This update required adding some
implementations to `ImplementationError` from other errors we use. To
prevent adding a bunch of dependencies to `payjoin`, I also opted for
manually wrapping errors using `.map_err(ImplementationError::new)` in
many places instead of implementing `From<SomeNewDependecyError> for
ImplementationError`. It's not necessarily the cleanest; it exposes some
places for improvements in error handling. However, I assume #403 will
tighten some of this up.

Closes #645

73 of 99 new or added lines in 9 files covered. (73.74%)

2 existing lines in 2 files now uncovered.

7741 of 9032 relevant lines covered (85.71%)

518.67 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% payjoin-cli/src/db/error.rs
1
28.46
0.0% payjoin/src/core/receive/error.rs
2
81.82
payjoin/src/core/error.rs
3
86.84
0.0% payjoin/src/core/send/v2/session.rs
4
96.11
-0.87% payjoin/src/core/receive/v2/session.rs
15
76.84
-1.94% payjoin-cli/src/app/v1.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
76.84
-1.94% payjoin-cli/src/app/v1.rs
1
86.84
0.0% payjoin/src/core/send/v2/session.rs
Jobs
ID Job ID Ran Files Coverage
1 16427048792.1 21 Jul 2025 08:11PM UTC 52
85.71
GitHub Action Run
Source Files on build 16427048792
  • Tree
  • List 52
  • Changed 13
  • Source Changed 13
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16427048792
  • 0c1b9310 on github
  • Prev Build on master (#16416253790)
  • Next Build on master (#16450173745)
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

© 2025 Coveralls, Inc