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

iotaledger / iota-rust-sdk / 28632813542
38%

Build:
DEFAULT BRANCH: develop
Ran 03 Jul 2026 01:42AM UTC
Jobs 1
Files 187
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

02 Jul 2026 09:17AM UTC coverage: 38.113% (+0.09%) from 38.023%
28632813542

push

github

web-flow
feat: expose Error::kind() with HTTP status and decode-target context (#1170)

`develop` already surfaces the URL, HTTP status, and truncated body in GraphQL
error messages. This makes that failure information programmatically usable and
self-describing:

- Add a public `Error::kind()` accessor (the `Kind` enum had no getter and was
  effectively display-only) and change `Kind::Http` to `Kind::Http { status }`
  so callers can read the `StatusCode` and branch on it (e.g. retry on 5xx).
- Record the decode target type via a backward-compatible `Error::while_decoding`
  wither; the client tags HTTP/decode errors with `std::any::type_name::<R>()`,
  restoring the `while decoding \`T\`` context in the message. Existing public
  constructors keep their signatures.

Co-authored-by: Claude Trollus 42 (100T context) <noreply@anthropic.com>
Co-authored-by: Thibault Martinez <thibault@iota.org>

26 of 28 new or added lines in 2 files covered. (92.86%)

16 existing lines in 4 files now uncovered.

8820 of 23142 relevant lines covered (38.11%)

10142.12 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
91.72
0.12% crates/iota-sdk-graphql-client/src/client.rs
1
73.51
2.96% crates/iota-sdk-graphql-client/src/error.rs

Coverage Regressions

Lines Coverage ∆ File
9
87.83
0.75% crates/iota-sdk-graphql-client/src/api/checkpoints.rs
5
88.24
0.0% crates/iota-sdk-graphql-client/src/query_types/checkpoint.rs
1
92.02
-0.17% crates/iota-sdk-types/src/crypto/multisig.rs
1
74.33
0.21% crates/iota-sdk-types/src/crypto/signature.rs
Jobs
ID Job ID Ran Files Coverage
1 nextest - 28632813542.1 03 Jul 2026 01:42AM UTC 187
38.11
GitHub Action Run
Source Files on build 28632813542
  • Tree
  • List 187
  • Changed 6
  • Source Changed 4
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28632813542
  • a05f9b7d on github
  • Prev Build on develop (#28559694975)
  • Next Build on develop (#28691063617)
  • 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