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

DanGould / rust-payjoin / 12537462827
61%
master: 84%

Build:
Build:
LAST BUILD BRANCH: test-utils-no-bitcoind
DEFAULT BRANCH: master
Ran 29 Dec 2024 05:42PM UTC
Jobs 1
Files 27
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

29 Dec 2024 05:36PM UTC coverage: 61.384%. Remained the same
12537462827

push

github

DanGould
Make _danger-local-https feature additive

Instead of feature gating function params, which introduces the need for
similar feature gating in downstream code, feature gate individual
functions.

See: <https://doc.rust-lang.org/cargo/reference/features.html#feature-unification>

"Rust features should be *additive*. That is, enabling a feature should
not disable functionality, and it should usually be safe to enable any
combination of features"

Before this change `io::fetch_ohttp_keys` had two function signatures
and changed its signature based on the feature flag. I noticed downstream
that this creates a necessity to carry those flags mess into bindings
or else face compile issues under certain feature combinations.

`io` now enables the `v2` feature since it only contains methods for
fetching OHTTP keys which is only useful in V2. In the future perhaps
it will also include generic HTTP client behavior taking `Request` as
a parameter in which case it should not enable `v2`, because such
functionality would be useful in a V1 setting as well.

7 of 16 new or added lines in 2 files covered. (43.75%)

15 existing lines in 1 file now uncovered.

2882 of 4695 relevant lines covered (61.38%)

974.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12537462827.1 29 Dec 2024 05:42PM UTC 0
61.38
GitHub Action Run
Source Files on build 12537462827
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #12537462827
  • fdcc566e on github
  • Prev Build on additive-danger-local-https (#12528366975)
  • Delete
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