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

iotaledger / iota-rust-sdk / 26200544366
39%

Build:
DEFAULT BRANCH: develop
Ran 21 May 2026 01:48AM UTC
Jobs 1
Files 177
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

20 May 2026 07:57AM UTC coverage: 39.083% (+0.009%) from 39.074%
26200544366

push

github

web-flow
chore: standardize derive macro ordering across codebase (#1158)

* style: sort derived traits alphabetically

Sort the trait list inside every `#[derive(...)]` (and the nested
`derive(...)` inside `#[cfg_attr(...)]`) alphabetically, so the order
is consistent across the codebase. Case-insensitive sort, so e.g.
`Clone, Debug, Eq, PartialEq, derive_more::Display` is grouped naturally.

Generated proto types under `crates/iota-sdk-types/src/proto/` are
left untouched.

* ci: enforce alphabetically-sorted derive trait lists

Add a Python sorter at scripts/sort_derives/sort_derives.py and a dedicated
CI job in lints.yml so derive ordering can't drift after #1158.

- `make sort-derives` rewrites in place
- `make check-sort-derives` exits non-zero on drift (called by the new CI job
  and added to the `make ci` aggregate)

The sorter is layout-preserving: it reorders traits while keeping the
original whitespace pattern at each comma-separated position, so it is
idempotent under rustfmt re-flow.

---------

Co-authored-by: Claude <noreply@anthropic.com>

8780 of 22465 relevant lines covered (39.08%)

9979.52 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
77.38
0.24% crates/iota-sdk-types/src/crypto/signature.rs
Jobs
ID Job ID Ran Files Coverage
1 nextest - 26200544366.1 21 May 2026 01:48AM UTC 177
39.08
GitHub Action Run
Source Files on build 26200544366
  • Tree
  • List 177
  • Changed 62
  • Source Changed 61
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26200544366
  • 642836d7 on github
  • Prev Build on develop (#26136255548)
  • Next Build on develop (#26263663868)
  • 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