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

caarloshenriq / rust-payjoin / 27077252313
86%
master: 86%

Build:
Build:
LAST BUILD BRANCH: feat/payjoin-nostd
DEFAULT BRANCH: master
Ran 06 Jun 2026 11:51PM 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

06 Jun 2026 11:48PM UTC coverage: 84.829% (-0.5%) from 85.376%
27077252313

push

github

caarloshenriq
refactor: introduce no_std/alloc feature split in payjoin core

Separate std-dependent functionality from the core crate so the
state-machine and protocol logic can compile with alloc-only targets.

refactor: gate std-only modules behind explicit feature boundaries

Move networking, persistence, URL, and time functionality behind
std-aware
feature gates so alloc-only builds do not pull in runtime or IO
dependencies

refactor: make protocol errors and parsing code no_std-compatible

Adjust shared error and parsing paths to avoid implicit std assumptions
and work under alloc-only builds

This allows the core protocol surface to compile consistently across
embedded and std targets

refactor: adapt send/receive/uri flows for alloc-only builds

Update core protocol state transitions and URI handling so they compile
without std while keeping the same behavior for std-enabled targets.

This is the main protocol-facing part of the no_std port

fix: keep FFI receive bindings compatible with core feature split

Adjust FFI-facing receive code to match the new core feature boundaries
introduced for no_std support

test: add coverage for no_std boundaries and protocol edge cases

Add focused tests for alloc-only builds and boundary conditions
uncovered
while porting the core crate to no_std

ci: workflows for no_std and embedded builds

CI configuration to validate the new feature graph, including
alloc-only, embedded, and MSRV-sensitive build paths

fix: update lock files

fix: resolve rebase conflicts and restore no_std compatibility

- Fix dual Url type conflict between internal wrapper and url crate
- Remove duplicate imports (JsonReply, SessionOutcome)
- Gate percent_encoding_rfc3986 usage behind std feature
- Add default-features = false to bitcoin and bitcoin-units deps
- Fix alloc imports (String, Vec, format) in url.rs
- Replace deprecated FeeRate::from_sat_per_vb_unchecked with
  from_sat_per_vb_u32
- Fix optional_parameters.rs format macro import
- Fix ... (continued)

353 of 457 new or added lines in 22 files covered. (77.24%)

56 existing lines in 6 files now uncovered.

12486 of 14719 relevant lines covered (84.83%)

371.18 hits per line

Uncovered Changes

Lines Coverage ∆ File
24
86.13
-0.12% payjoin/src/core/send/v2/mod.rs
14
92.5
-3.95% payjoin/src/core/persist.rs
14
81.59
0.7% payjoin/src/core/uri/v2.rs
11
30.23
-2.27% payjoin/src/core/send/v2/error.rs
9
88.5
-2.67% payjoin/src/core/receive/v2/mod.rs
8
42.79
2.5% payjoin/src/core/send/error.rs
6
72.81
-1.73% payjoin/src/core/ohttp.rs
5
90.17
3.6% payjoin/src/core/uri/mod.rs
4
71.88
-10.27% payjoin/src/core/error.rs
4
71.79
0.0% payjoin/src/core/time.rs
2
4.55
0.0% payjoin/src/core/uri/error.rs
1
46.15
-0.29% payjoin/src/core/receive/error.rs
1
83.67
0.0% payjoin/src/core/receive/optional_parameters.rs
1
96.74
0.01% payjoin/src/core/send/v2/session.rs

Coverage Regressions

Lines Coverage ∆ File
31
92.5
-3.95% payjoin/src/core/persist.rs
16
88.5
-2.67% payjoin/src/core/receive/v2/mod.rs
4
38.18
-7.27% payjoin/src/core/receive/v2/error.rs
2
30.23
-2.27% payjoin/src/core/send/v2/error.rs
2
4.55
0.0% payjoin/src/core/uri/error.rs
1
42.79
2.5% payjoin/src/core/send/error.rs
Jobs
ID Job ID Ran Files Coverage
1 27077252313.1 06 Jun 2026 11:51PM UTC 64
84.83
GitHub Action Run
Source Files on build 27077252313
  • Tree
  • List 64
  • Changed 30
  • Source Changed 30
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27077252313
  • 53e2ad46 on github
  • Prev Build on master (#27064839621)
  • Next Build on feat/payjoin-nostd (#27079150793)
  • 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