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

DanGould / rust-payjoin / 22572334991
82%
master: 84%

Build:
Build:
LAST BUILD BRANCH: test-utils-no-bitcoind
DEFAULT BRANCH: master
Ran 02 Mar 2026 03:04PM UTC
Jobs 1
Files 65
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

01 Mar 2026 05:13PM UTC coverage: 82.49% (+0.006%) from 82.484%
22572334991

Pull #9

github

DanGould
Replace panic with Secp256k1 variant in HpkeError

The From<secp256k1::Error> impl for HpkeError panicked on any
variant other than InvalidPublicKey. If secp256k1 adds new Error
variants, this would cause a runtime panic instead of returning
a proper error.

Add a Secp256k1(secp256k1::Error) variant to HpkeError that
wraps unexpected secp256k1 errors, mirroring the existing
Hpke(hpke::HpkeError) pattern. Update Display and Error impls
to delegate to the wrapped error. Add a test verifying that
non-InvalidPublicKey variants convert safely.
Pull Request #9: Replace panic with Secp256k1 variant in HpkeError

9 of 11 new or added lines in 1 file covered. (81.82%)

10633 of 12890 relevant lines covered (82.49%)

409.45 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
93.16
-0.09% payjoin/src/core/hpke.rs
Jobs
ID Job ID Ran Files Coverage
1 22572334991.1 02 Mar 2026 03:04PM UTC 65
82.49
GitHub Action Run
Source Files on build 22572334991
  • Tree
  • List 65
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22572334991
  • Pull Request #9
  • PR Base - master (#22572195695)
  • 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