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

payjoin / rust-payjoin / 13955812638
83%

Build:
DEFAULT BRANCH: master
Ran 19 Mar 2025 08:14PM UTC
Jobs 1
Files 42
Run time 65min
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

19 Mar 2025 08:12PM UTC coverage: 80.378% (-0.03%) from 80.411%
13955812638

push

github

web-flow
Fix Payjoin directory docker build (#592)

Running into 
```
 => ERROR [builder 7/7] RUN cargo build --release --target x86_64-unknown-linux-musl                                                                                                  4.3s
------
 > [builder 7/7] RUN cargo build --release --target x86_64-unknown-linux-musl:
0.228     Updating crates.io index
4.306 error: failed to select a version for `payjoin`.
4.306     ... required by package `payjoin-directory v0.0.1 (/usr/src/payjoin-directory)`
4.306 versions that meet the requirements `^0.22.0` are: 0.22.0
4.306
4.306 the package `payjoin-directory` depends on `payjoin`, with features: `directory` but `payjoin` does not have these features.
4.306
4.306
4.306 failed to select a version for `payjoin` which could resolve this conflict

```

Which can be resolved by building the directory from the workspace. In
order to do that we need to copy the workspace manifest and all the
source code. I introduced a dockerignore file to ignore build files and
other non-source code files in the first commit


Tested using: 

```bash
 docker buildx build --no-cache -f payjoin-directory/Dockerfile . -t payjoin-directory:0.0.1-rc2 --load
```

4846 of 6029 relevant lines covered (80.38%)

766.51 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
94.31
-0.44% payjoin/src/send/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 13955812638.1 19 Mar 2025 08:14PM UTC 42
80.38
GitHub Action Run
Source Files on build 13955812638
  • Tree
  • List 42
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #13955812638
  • 6e5c7c83 on github
  • Prev Build on master (#13955284370)
  • Next Build on master (#14001833479)
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

© 2025 Coveralls, Inc