Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

chore: adding more logs

7b34909
Select commit
Loading
Failed to load commit list.
Open

feat(p2p/tce): add gossipsub message_id to tce logs #488

chore: adding more logs
7b34909
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 2, 2026 in 0s

72.02% (target 40.00%)

View this Pull Request on Codecov

72.02% (target 40.00%)

Details

Codecov Report

❌ Patch coverage is 58.53659% with 68 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.02%. Comparing base (b8cd730) to head (7b34909).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/topos-tce/src/app_context/network.rs 19.60% 41 Missing ⚠️
crates/topos-tce/src/app_context/protocol.rs 38.88% 11 Missing ⚠️
...es/topos-p2p/src/runtime/handle_event/gossipsub.rs 64.28% 10 Missing ⚠️
crates/topos-tce/src/tests/mod.rs 84.61% 4 Missing ⚠️
crates/topos-p2p/src/behaviour/gossip.rs 95.45% 1 Missing ⚠️
crates/topos-p2p/src/client.rs 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #488      +/-   ##
==========================================
- Coverage   72.21%   72.02%   -0.20%     
==========================================
  Files         219      219              
  Lines       12829    12867      +38     
==========================================
+ Hits         9265     9267       +2     
- Misses       3564     3600      +36     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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