Skip to content

fix: stabilize prepare_resources tests under tiktoken-enabled environ…

33fee03
Select commit
Loading
Failed to load commit list.
Merged

feat: add remote synthetic corpus support and paper-style docs #5

fix: stabilize prepare_resources tests under tiktoken-enabled environ…
33fee03
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 12, 2026 in 1s

37.08% (-11.78%) compared to b3f092d

View this Pull Request on Codecov

37.08% (-11.78%) compared to b3f092d

Details

Codecov Report

❌ Patch coverage is 35.64155% with 316 lines in your changes missing coverage. Please review.
✅ Project coverage is 37.08%. Comparing base (b3f092d) to head (33fee03).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/maxwell_demon/tools/report_stats.py 0.00% 78 Missing ⚠️
src/maxwell_demon/tools/plot_phase.py 0.00% 45 Missing ⚠️
src/maxwell_demon/tournament_cli.py 0.00% 43 Missing ⚠️
src/maxwell_demon/output_paths.py 28.30% 37 Missing and 1 partial ⚠️
src/maxwell_demon/config.py 38.18% 17 Missing and 17 partials ⚠️
src/maxwell_demon/cli.py 63.49% 14 Missing and 9 partials ⚠️
src/maxwell_demon/analyzer.py 72.97% 11 Missing and 9 partials ⚠️
src/maxwell_demon/tools/plot_results.py 0.00% 14 Missing ⚠️
src/maxwell_demon/tools/plot_results_html.py 0.00% 14 Missing ⚠️
src/maxwell_demon/tournament.py 83.33% 3 Missing and 3 partials ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main       #5       +/-   ##
===========================================
- Coverage   48.86%   37.08%   -11.78%     
===========================================
  Files           9       13        +4     
  Lines         395      728      +333     
  Branches       70      127       +57     
===========================================
+ Hits          193      270       +77     
- Misses        171      403      +232     
- Partials       31       55       +24     

☔ 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.