Skip to content

feat: streamline summary retrieval by replacing Mutex unwrapping with…

a2aee81
Select commit
Loading
Failed to load commit list.
Draft

feat: Improve summary handling and error reporting in repository checks #369

feat: streamline summary retrieval by replacing Mutex unwrapping with…
a2aee81
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 6, 2026 in 0s

42.0% (-0.2%) compared to 4b3d073

View this Pull Request on Codecov

42.0% (-0.2%) compared to 4b3d073

Details

Codecov Report

❌ Patch coverage is 33.05785% with 81 lines in your changes missing coverage. Please review.
✅ Project coverage is 42.0%. Comparing base (4b3d073) to head (a2aee81).
⚠️ Report is 28 commits behind head on feat/summary.

Files with missing lines Patch % Lines
crates/core/src/commands/check.rs 30.4% 73 Missing ⚠️
crates/core/src/commands/merge.rs 0.0% 5 Missing ⚠️
crates/core/src/archiver.rs 75.0% 2 Missing ⚠️
crates/core/src/repository.rs 66.6% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
crates/core/tests/integration.rs 84.0% <ø> (+4.0%) ⬆️
crates/core/src/repository.rs 42.4% <66.6%> (+0.1%) ⬆️
crates/core/src/archiver.rs 58.9% <75.0%> (-0.8%) ⬇️
crates/core/src/commands/merge.rs 0.0% <0.0%> (ø)
crates/core/src/commands/check.rs 57.4% <30.4%> (-4.8%) ⬇️

... and 5 files with indirect coverage changes

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