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

bitcoindevkit / bdk-sp / 33506098910
27%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2026 12:11PM UTC
Jobs 1
Files 23
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 Sep 2026 12:08PM UTC coverage: 26.483%. Remained the same
33506098910

push

github

nymius
Merge bitcoindevkit/bdk-sp#74: ci(mutants): build the baseline with --all-features

<a class=hub.com/bitcoindevkit/bdk-sp/commit/14e6cbe0bdd96ace54dd0b46d21ef01bc5db2755">14e6cbe0b ci(mutants): build the baseline with --all-features (kkdao)

Pull request description:

  The `Incremental mutants test` lane is currently dead: it fails at the unmutated baseline on every PR, so no mutants are ever tested. The last run on master, 783c63c9, is red for the same reason.

  Args after `--` are handed to the test phase only, so the baseline build runs with default features. `bdk_sp` gates `serde` behind an optional feature while its test scaffolding derives `Deserialize`, so the test targets do not compile without it and the build fails before mutation starts. Reproduces on a clean master worktree with `cargo check -p bdk_sp --tests`.

  Passing the feature through `--cargo-arg` fixes it, since that applies to every cargo invocation including the build. It also has to come out of the trailing args: `--cargo-arg` already adds it to the test command, and cargo rejects `--all-features` twice.

  Verified locally against the diff from #70, which previously died at the baseline:

  ```
  7 mutants tested in 83s: 6 caught, 1 unviable
  ```

  Unrelated, noted while here and left alone: this workflow has `on: push: branches: [main]` while the default branch is `master`, so that trigger never fires. The job is gated on `github.event_name == 'pull_request' anyway, so it changes nothing today.

ACKs for top commit:
  nymius:
    ACK 14e6cbe0bdd96ace54dd0b46d21ef01bc5db2755

Tree-SHA512: f72ac39a68ca8162a65c93d94da1b212f81

74 of 94 branches covered (78.72%)

Branch coverage included in aggregate %.

819 of 3278 relevant lines covered (24.98%)

10.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33506098910.1 01 Sep 2026 12:11PM UTC 23
26.48
GitHub Action Run
Source Files on build 33506098910
  • Tree
  • List 23
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • de7c1eee on github
  • Prev Build on master (#32973864682)
  • Next Build on master (#33507320938)
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