Skip to content

alpha-solver: improve test folder structure

1b04d74
Select commit
Loading
Failed to load commit list.
Draft

Refactoring: Decouple API implementation from config structures #336

alpha-solver: improve test folder structure
1b04d74
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 2, 2026 in 0s

38.35% (-32.77%) compared to 515949e

View this Pull Request on Codecov

38.35% (-32.77%) compared to 515949e

Details

Codecov Report

❌ Patch coverage is 34.24658% with 96 lines in your changes missing coverage. Please review.
✅ Project coverage is 38.35%. Comparing base (515949e) to head (1b04d74).
⚠️ Report is 10 commits behind head on refactor-tests.

Files with missing lines Patch % Lines
...t/ac/tuwien/kr/alpha/core/solver/SolverConfig.java 0.00% 16 Missing ⚠️
...n/aggregates/encoders/AggregateEncoderFactory.java 0.00% 11 Missing ⚠️
.../programs/transformation/StratifiedEvaluation.java 0.00% 9 Missing ⚠️
.../ac/tuwien/kr/alpha/core/solver/SolverFactory.java 0.00% 9 Missing ⚠️
.../transformation/aggregates/AggregateRewriting.java 0.00% 8 Missing ⚠️
...tuwien/kr/alpha/core/grounder/GrounderFactory.java 0.00% 5 Missing ⚠️
.../ac/tuwien/kr/alpha/core/solver/DefaultSolver.java 0.00% 4 Missing ⚠️
...transformation/NormalizeProgramTransformation.java 0.00% 3 Missing ⚠️
.../aggregates/encoders/AbstractAggregateEncoder.java 0.00% 3 Missing ⚠️
...ansformation/aggregates/encoders/CountEncoder.java 0.00% 3 Missing ⚠️
... and 14 more
Additional details and impacted files
@@                  Coverage Diff                  @@
##             refactor-tests     #336       +/-   ##
=====================================================
- Coverage             71.11%   38.35%   -32.77%     
+ Complexity             2167     1200      -967     
=====================================================
  Files                   182      185        +3     
  Lines                  8033     8073       +40     
  Branches               1424     1422        -2     
=====================================================
- Hits                   5713     3096     -2617     
- Misses                 1938     4639     +2701     
+ Partials                382      338       -44     

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