Skip to content

Conversation

dnut
Copy link
Contributor

@dnut dnut commented Sep 5, 2025

replaces #773 since that pr came from another repo, which is not able to merge into main

@dnut dnut requested review from ultd and yewman as code owners September 5, 2025 13:03
@github-project-automation github-project-automation bot moved this to 🏗 In progress in Sig Sep 5, 2025
@dnut dnut enabled auto-merge September 5, 2025 13:07
Copy link

codecov bot commented Sep 5, 2025

Codecov Report

❌ Patch coverage is 77.08333% with 22 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/runtime/program/testing.zig 20.00% 4 Missing ⚠️
src/runtime/testing.zig 33.33% 4 Missing ⚠️
src/vm/syscalls/sysvar.zig 62.50% 3 Missing ⚠️
src/gossip/service.zig 50.00% 2 Missing ⚠️
src/runtime/log_collector.zig 94.87% 2 Missing ⚠️
src/utils/allocators.zig 0.00% 2 Missing ⚠️
src/accountsdb/download.zig 0.00% 1 Missing ⚠️
src/geyser/core.zig 0.00% 1 Missing ⚠️
src/gossip/dump_service.zig 0.00% 1 Missing ⚠️
src/shred_network/repair_service.zig 0.00% 1 Missing ⚠️
... and 1 more
Files with missing lines Coverage Δ
src/accountsdb/buffer_pool.zig 96.28% <100.00%> (ø)
src/accountsdb/db.zig 89.60% <100.00%> (ø)
src/accountsdb/manager.zig 96.08% <ø> (ø)
src/accountsdb/swiss_map.zig 97.04% <100.00%> (ø)
src/adapter.zig 50.00% <ø> (ø)
src/benchmarks.zig 50.00% <ø> (ø)
src/gossip/data.zig 74.57% <100.00%> (ø)
src/gossip/fuzz_service.zig 96.61% <ø> (ø)
src/net/socket_utils.zig 92.85% <100.00%> (ø)
src/prometheus/http.zig 0.00% <ø> (ø)
... and 20 more

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@yewman yewman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@dnut dnut linked an issue Oct 6, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

perf(svm): minimize LogCollector allocations
3 participants