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

chavic / rust-payjoin / 29009312885
86%
master: 86%

Build:
Build:
LAST BUILD BRANCH: chavic/csharp-user-readme
DEFAULT BRANCH: master
Ran 09 Jul 2026 09:51AM UTC
Jobs 1
Files 64
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

09 Jul 2026 09:39AM UTC coverage: 85.893%. First build
29009312885

push

github

chavic
Add kind accessors to receive candidate errors

CoinSelectionError and InputContributionError are opaque because
their variants may change, but that leaves callers of
try_preserving_privacy and contribute_inputs unable to distinguish
failures that could succeed with a different candidate set from
failures no candidate change can fix, short of matching display
strings. A wallet driving selection with a retry loop burns
attempts on the second class.

Add kind() returning a non_exhaustive kind enum on both errors:
callers get a stable, matchable classification while the error
types stay free to evolve, since new variants only require a new
kind category and consumers must already handle unknown kinds.
Mirror the accessors in payjoin-ffi with an explicit Other
catch-all, giving bindings the same signal; today these errors
cross the FFI as display-only objects.

Related to #1422.

28 of 28 new or added lines in 1 file covered. (100.0%)

13383 of 15581 relevant lines covered (85.89%)

349.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29009312885.1 09 Jul 2026 09:51AM UTC 64
85.89
GitHub Action Run
Source Files on build 29009312885
  • Tree
  • List 64
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29009312885
  • 68be9953 on github
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc