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

iotaledger / iota / 23674504571
64%

Build:
DEFAULT BRANCH: develop
Ran 28 Mar 2026 04:03AM UTC
Jobs 1
Files 1577
Run time 3min
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

27 Mar 2026 04:42PM UTC coverage: 63.768% (-0.03%) from 63.8%
23674504571

push

github

web-flow
fix(indexer): unbox IngestionConfig in ObjectChangesUnwrapped backfill (#11001)

# Description of change

Add missing `*` dereference when passing `config` (a
Box<IngestionConfig>) to IngestionBackfillTask::new(), fixing cargo doc
--workspace failure.

## Links to any relevant issues

Be sure to reference any related issues by adding `fixes #(issue)`.

## How the change has been tested

Describe the tests that you ran to verify your changes.

Make sure to provide instructions for the maintainer as well as any
relevant configurations.

- [x] Basic tests (linting, compilation, formatting, unit/integration
tests)
- [ ] Patch-specific tests (correctness, functionality coverage)

### Infrastructure QA (only required for crates that are maintained by
@iotaledger/infrastructure)

- [ ] Synchronization of the indexer from genesis for a network
including migration objects.
- [ ] Restart of indexer synchronization locally without resetting the
database.
- [ ] Restart of indexer synchronization on a production-like database.
- [ ] Deployment of services using Docker.
- [ ] Verification of API backward compatibility.

0 of 1 new or added line in 1 file covered. (0.0%)

2705 existing lines in 67 files now uncovered.

229611 of 360075 relevant lines covered (63.77%)

2879955.34 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% crates/iota-indexer/src/backfill/mod.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.69
-0.55% crates/iota-core/src/checkpoints/causal_order.rs
1
90.13
0.14% crates/iota-core/src/execution_cache/writeback_cache.rs
1
95.43
-0.23% crates/iota-core/src/signature_verifier.rs
1
98.36
23.36% crates/iota-grpc-client/src/api/execution/simulate.rs
1
97.37
2.63% crates/iota-grpc-client/src/api/ledger/objects.rs
1
97.73
5.42% crates/iota-grpc-server/src/ledger_service/get_service_info.rs
1
84.21
0.0% crates/iota-grpc-server/src/metrics.rs
1
85.53
0.0% crates/starfish/core/src/leader_timeout.rs
2
89.35
0.0% crates/iota-core/src/connection_monitor.rs
2
96.88
1.08% crates/iota-grpc-types/src/field/field_mask_util.rs
2
91.95
-0.14% crates/starfish/core/src/authority_node.rs
3
87.27
-0.68% consensus/core/src/authority_service.rs
3
72.73
-27.27% crates/iota-grpc-client/src/api/ledger/service_info.rs
3
96.1
0.39% crates/iota-json-rpc/src/object_changes.rs
3
89.44
-1.67% crates/iota-surfer/src/surfer_state.rs
3
53.9
0.57% crates/iota-types/src/iota_system_state/iota_system_state_summary.rs
4
85.47
-0.87% consensus/core/src/network/tonic_network.rs
4
50.0
8.33% crates/iota-grpc-server/src/constants.rs
6
89.29
3.73% crates/iota-grpc-server/src/ledger_service/get_objects.rs
6
89.29
3.26% crates/iota-grpc-server/src/ledger_service/get_transactions.rs
7
88.73
-0.97% crates/iota-core/src/authority/consensus_quarantine.rs
7
91.9
-3.33% crates/iota-grpc-types/src/field/field_mask_tree.rs
7
67.14
-10.0% crates/iota-types/src/execution_status.rs
9
0.0
0.0% crates/iota-indexer/src/backfill/mod.rs
9
49.06
-0.77% crates/iota-types/src/storage/read_store.rs
10
77.27
-9.09% crates/iota-surfer/src/surf_strategy.rs
12
92.61
-2.02% crates/iota-core/src/congestion_tracker.rs
12
81.82
-5.28% crates/iota-grpc-client/src/api/execution/execute.rs
13
78.05
1.99% crates/iota-grpc-client/src/client.rs
13
0.0
0.0% crates/iota/src/displays/dry_run_tx_block.rs
14
0.0
-48.28% crates/iota-types/src/storage/error.rs
15
71.17
-1.71% crates/iota-grpc-server/src/ledger_service/get_epoch.rs
16
89.86
0.02% crates/iota-core/src/checkpoints/checkpoint_executor/mod.rs
17
53.41
0.0% crates/iota-grpc-types/src/field/mod.rs
18
82.99
14.37% crates/iota-grpc-client/src/api/ledger/checkpoints.rs
18
10.0
-0.71% crates/simulacrum/src/transaction_executor.rs
22
83.72
0.94% crates/iota-grpc-server/src/ledger_service/get_checkpoint.rs
22
83.45
8.03% crates/iota-grpc-server/src/transaction_execution_service/simulate.rs
22
30.61
0.0% crates/iota-grpc-types/src/proto/mod.rs
23
74.49
1.66% crates/iota-grpc-server/src/server.rs
24
84.3
17.11% crates/iota-grpc-server/src/transaction_execution_service/mod.rs
24
83.76
-0.49% crates/iota-grpc-server/src/transaction_filter.rs
26
86.69
0.08% crates/iota-core/src/transaction_orchestrator.rs
28
79.88
23.12% crates/iota-grpc-client/src/api/common.rs
28
64.24
0.0% crates/iota-types/src/storage/mod.rs
31
0.0
0.0% crates/iota-indexer/src/indexer.rs
32
13.56
-0.99% crates/iota-grpc-client/src/api/mod.rs
36
76.56
2.86% crates/iota-core/src/storage.rs
37
89.57
-1.89% consensus/core/src/synchronizer.rs
38
47.64
6.58% crates/iota-data-ingestion-core/src/reader/v1.rs
41
0.0
0.0% crates/iota-indexer/src/test_utils.rs
48
0.0
0.0% crates/iota-indexer/src/optimistic_indexing.rs
51
2.16
-0.38% crates/simulacrum/src/state_reader.rs
56
45.61
-11.96% crates/iota-json-rpc-types/src/object_changes.rs
66
49.56
-7.3% crates/iota-grpc-server/src/error.rs
67
0.0
0.0% crates/iota-indexer/src/apis/write_api.rs
73
8.06
-0.49% crates/iota-indexer/src/types.rs
87
85.45
0.35% crates/iota-config/src/node.rs
87
40.53
0.92% crates/iota-indexer/src/config.rs
87
0.0
0.0% crates/iota-proto-build/src/codegen/generate_fields.rs
109
0.0
0.0% crates/iota-data-ingestion-core/src/reader/v2.rs
150
64.21
0.7% crates/iota-grpc-server/src/merge.rs
173
79.64
-4.76% crates/iota-grpc-server/src/types.rs
175
61.71
0.01% crates/iota-json-rpc-types/src/iota_transaction.rs
210
87.32
0.07% crates/iota-core/src/authority/authority_per_epoch_store.rs
282
70.44
1.62% crates/iota-core/src/rest_index.rs
304
79.84
-0.28% crates/iota-core/src/authority.rs
Jobs
ID Job ID Ran Files Coverage
1 nextest+simtest - 23674504571.1 28 Mar 2026 04:03AM UTC 1594
63.36
GitHub Action Run
Source Files on build 23674504571
  • Tree
  • List 1577
  • Changed 111
  • Source Changed 71
  • Coverage Changed 93
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23674504571
  • 5a05d9cb on github
  • Prev Build on develop (#23626738037)
  • Next Build on develop (#23698686266)
  • 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