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

DanGould / rust-payjoin
86%
master: 84%

Build:
Build:
LAST BUILD BRANCH: test-utils-no-bitcoind
DEFAULT BRANCH: master
Repo Added 20 Nov 2024 02:24AM UTC
Token qk8aGNJIhmCgxGLcROcgDKQBl6GdQAxdp regen
Build 512 Last
Files 62
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

LAST BUILD ON BRANCH refactor-sender
branch: refactor-sender
CHANGE BRANCH
x
Reset
Sync Branches
  • refactor-sender
  • 24-name-audit
  • 402-ref-audit
  • 465-rm-relay-from-session-ctx
  • access-control
  • access-control-v2
  • add-agents-md
  • add-navigability-signposts
  • additive-cli-features
  • additive-danger-local-https
  • ai-disclosure
  • arc-sc
  • async-standup-v2
  • avoid-uih-naming
  • bump-ohttp-relay-0.0.10
  • bump-payjoin-0-21
  • bump-payjoin-0.24.0
  • bump-payjoin-cli-0-1-0
  • bump-payjoin-directory-0.0.2
  • check-fetch-status
  • check-independent-features
  • coderabbit-refine-exceptions
  • coderabbit-review-drafts
  • coderabbit-strip-noise
  • complete-intourl
  • contributing-readme
  • directory-mod
  • doc-contrib-test
  • dont-set-path
  • ensure-no-original-psbt-keypath
  • errant-url-endpoint
  • explicit-err-conversions
  • feat/1314
  • feat/async-standup
  • ffi-msrv-1.85.0
  • fix-dlh
  • fix-flaky-prune-test
  • fix-output-substitution-import
  • fix-send-resume
  • fix-standup-syntax
  • fix-test-flakiness
  • fix-uri-ext-case
  • fix/402-ref-audit
  • fix/402-typestate-docs
  • fix/794-msrv-clippy
  • fix/devshell-treefmt
  • handle-post-err
  • handle-recv-contribution-err-as-unavailable
  • handle-v2-error
  • handle-v2-error-generic
  • hide-danger-local-https
  • hide-pr-template-checklist
  • into-url
  • json-error
  • lib-docs
  • lint-1.85.0
  • lint-docs
  • master
  • min-feerate-broadcast
  • moddocs
  • no-uni-mod-distinction
  • ohttp-fallback
  • ohttp-relay-intourl
  • ohttp-reqs-refactor
  • one-expiry-error
  • only-try-preserving-privacy
  • overnight/issue-1016
  • overnight/issue-1258
  • overnight/issue-1274
  • overnight/issue-855
  • payjoin-0.21.0
  • payjoin-0.22.0
  • payjoin-0.23.0
  • payjoin-0.24.0
  • payjoin-1.0.0-rc.0
  • payjoin-1.0.0-rc.1
  • payjoin-directory-0-0-1
  • payjoin-directory-0.0.2
  • persist-ohttp-keys
  • persist-payjoin
  • pjos-to-0
  • poll-no-pause
  • pr-checklist
  • prepare-psbt-by-copy
  • propagate-config-err
  • receive-error-heirarchy
  • recv-err
  • recv-state-transition-objects
  • refactor-receiver
  • refactor-wantsfeerange
  • reply-json
  • req-impl-visibility
  • seal-state-trait
  • sep-receive-errors
  • separate-receive
  • separate-send-errors
  • separate-send-versions-p1
  • separate-send-versions-p2-v2
  • service-docker-compose
  • service-multi-listener
  • session4/issue-1227
  • session4/issue-1276
  • session4/issue-1300
  • session4/issue-1374
  • session4/issue-749
  • session4/standup-v2
  • session4/unify-short-id
  • split-v1-psbt-contexts
  • test-utils
  • test-utils-no-bitcoind
  • test-utils-redis-follow
  • uniform-ohttp-payloads
  • update-bip78
  • url-no-idna
  • v1-data-minimization
  • v1-feature-flag
  • v1-v2
  • v1context-visibility
  • workflow-build-deps

21 Aug 2025 04:29PM UTC coverage: 86.014%. Remained the same
17132998057

push

github

DanGould
Reimplement payjoin-cli v1 sender from v2 app

Do this by duplicating app::v1 code. Deduplication to come as a follow
up.

Use the v1::SenderBuilder with isolated v1::PjParams instead of the
previously combined builder and state machine. This separates the
unnecesesary db logic when handling v1 since in those cases there
will not be a session to resume.

Also, introduce a new v1_to_v2 e2e test to confirm.

0 of 5 new or added lines in 1 file covered. (0.0%)

57 existing lines in 1 file now uncovered.

7872 of 9152 relevant lines covered (86.01%)

510.5 hits per line

Relevant lines Covered
Build:
Build:
9152 RELEVANT LINES 7872 COVERED LINES
510.5 HITS PER LINE
Source Files on refactor-sender
  • Tree
  • List 48
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17132998057 refactor-sender Reimplement payjoin-cli v1 sender from v2 app Do this by duplicating app::v1 code. Deduplication to come as a follow up. Use the v1::SenderBuilder with isolated v1::PjParams instead of the previously combined builder and state machine. This sepa... push 21 Aug 2025 04:42PM UTC DanGould github
86.01
17132943147 refactor-sender Reimplement payjoin-cli v1 sender from v2 app Do this by duplicating app::v1 code. Deduplication to come as a follow up. Use the v1::SenderBuilder with isolated v1::PjParams instead of the previously combined builder and state machine. This sepa... push 21 Aug 2025 04:30PM UTC DanGould github
86.01
17107653666 refactor-sender Reimplement payjoin-cli v1 sender from v2 app Do this by duplicating app::v1 code. Deduplication to come as a follow up. Use the v1::SenderBuilder with isolated v1::PjParams instead of the previously combined builder and state machine. This sepa... push 20 Aug 2025 06:59PM UTC DanGould github
86.16
17105565078 refactor-sender Reimplement payjoin-cli v1 sender from v2 app Do this by duplicating app::v1 code. Deduplication to come as a follow up. Use the v1::SenderBuilder with isolated v1::PjParams instead of the previously combined builder and state machine. This sepa... push 20 Aug 2025 05:23PM UTC DanGould github
86.16
17076874101 refactor-sender Reimplement payjoin-cli v1 sender from v2 app Do this by duplicating app::v1 code. Deduplication to come as a follow up. Use the v1::SenderBuilder with isolated v1::PjParams instead of the previously combined builder and state machine. This sepa... push 19 Aug 2025 05:19PM UTC DanGould github
85.96
17076327952 refactor-sender Reimplement payjoin-cli v1 sender from v2 app Do this by duplicating app::v1 code. Deduplication to come as a follow up. Use the v1::SenderBuilder with isolated v1::PjParams instead of the previously combined builder and state machine. This sepa... push 19 Aug 2025 04:55PM UTC DanGould github
85.96
17076274294 refactor-sender Reimplement payjoin-cli v1 sender from v2 app Do this by duplicating app::v1 code. Deduplication to come as a follow up. Use the v1::SenderBuilder with isolated v1::PjParams instead of the previously combined builder and state machine. This sepa... push 19 Aug 2025 04:53PM UTC DanGould github
85.96
17025690990 refactor-sender Reimplement payjoin-cli v1 sender from v2 app Do this by duplicating app::v1 code. Deduplication to come as a follow up. Use the v1::SenderBuilder with isolated v1::PjParams instead of the previously combined builder and state machine. This sepa... push 17 Aug 2025 08:50PM UTC DanGould github
85.98
17024994758 refactor-sender Reimplement payjoin-cli v1 sender from v2 app Do this by duplicating app::v1 code. Deduplication to come as a follow up. Use the v1::SenderBuilder with isolated v1::PjParams instead of the previously combined builder and state machine. This sepa... push 17 Aug 2025 07:30PM UTC DanGould github
85.98
17023925024 refactor-sender Reimplement payjoin-cli v1 sender from v2 app Do this by duplicating app::v1 code. Deduplication to come as a follow up. Use the v1::SenderBuilder with isolated v1::PjParams instead of the previously combined builder and state machine. This sepa... push 17 Aug 2025 05:35PM UTC DanGould github
85.96
See All Builds (494)

Badge your Repo: rust-payjoin

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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