|
Ran
|
Jobs
1
|
Files
34
|
Run time
1min
|
Badge
README BADGES
|
push
github
Produce `receive::JsonError` accurately so that `send` can properly handle it (#506) - [Isolate receive::JsonError from fmt::Display](https://github.com/payjoin/rust-payjoin/commit/ffe6281f6) - [Reject bad v1 requests as original-psbt-rejected](https://github.com/payjoin/rust-payjoin/commit/9a323ef9e) since that's the only way v1 senders can really address their issue. It's a payload error but that's the same as Original PSBT [payload] in BIP 78 parlance. This change also introduces `const` values for well known error codes for both `send` and `receive` to share to prevent slipped typos during maintenance.
22 of 91 new or added lines in 5 files covered. (24.18%)
3 existing lines in 1 file now uncovered.3650 of 4648 relevant lines covered (78.53%)
988.98 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 4 |
30.59 |
-0.14% | payjoin/src/send/error.rs |
| 8 |
15.79 |
-4.21% | payjoin/src/receive/v2/error.rs |
| 16 |
0.0 |
0.0% | payjoin/src/receive/v1/exclusive/error.rs |
| 41 |
22.22 |
0.42% | payjoin/src/receive/error.rs |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 3 |
22.22 |
0.42% | payjoin/src/receive/error.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 12968704432.1 | 34 |
78.53 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|