Skip to content

ref(stresstest): extract config validation into Config::validate

59e8577
Select commit
Loading
Failed to load commit list.
Merged

feat(stresstest): Add multipart capability #470

ref(stresstest): extract config validation into Config::validate
59e8577
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 29, 2026 in 1s

87.08% (-0.48%) compared to 8e5faf7

View this Pull Request on Codecov

87.08% (-0.48%) compared to 8e5faf7

Details

Codecov Report

❌ Patch coverage is 10.11236% with 80 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.08%. Comparing base (8e5faf7) to head (59e8577).

Files with missing lines Patch % Lines
stresstest/src/http.rs 0.00% 44 Missing ⚠️
stresstest/src/config.rs 0.00% 28 Missing ⚠️
stresstest/src/workload.rs 42.85% 4 Missing ⚠️
stresstest/src/main.rs 0.00% 3 Missing ⚠️
stresstest/src/stresstest.rs 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #470      +/-   ##
==========================================
- Coverage   87.55%   87.08%   -0.48%     
==========================================
  Files          81       81              
  Lines       12896    12976      +80     
==========================================
+ Hits        11291    11300       +9     
- Misses       1605     1676      +71     
Components Coverage Δ
Rust Backend 92.33% <ø> (ø)
Rust Client 79.70% <ø> (ø)
Python Client 86.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.