Skip to content

Add simple tests.

6c70945
Select commit
Loading
Failed to load commit list.
Draft

Initial draft for Anderson Darling test constraint. #54

Add simple tests.
6c70945
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 21, 2026 in 1s

37.67% (-56.23%) compared to deccd34

View this Pull Request on Codecov

37.67% (-56.23%) compared to deccd34

Details

Codecov Report

❌ Patch coverage is 41.73749% with 617 lines in your changes missing coverage. Please review.
✅ Project coverage is 37.67%. Comparing base (deccd34) to head (6c70945).
⚠️ Report is 311 commits behind head on main.

Files with missing lines Patch % Lines
src/datajudge/db_access.py 22.98% 191 Missing ⚠️
src/datajudge/constraints/uniques.py 25.27% 68 Missing ⚠️
src/datajudge/constraints/numeric.py 29.62% 57 Missing ⚠️
src/datajudge/constraints/miscs.py 26.00% 37 Missing ⚠️
src/datajudge/constraints/row.py 33.33% 36 Missing ⚠️
src/datajudge/constraints/date.py 44.06% 33 Missing ⚠️
src/datajudge/constraints/base.py 60.97% 32 Missing ⚠️
src/datajudge/constraints/stats.py 32.55% 29 Missing ⚠️
src/datajudge/constraints/varchar.py 27.02% 27 Missing ⚠️
src/datajudge/constraints/interval.py 42.85% 24 Missing ⚠️
... and 8 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #54       +/-   ##
===========================================
- Coverage   93.90%   37.67%   -56.23%     
===========================================
  Files          15       21        +6     
  Lines        1607     2118      +511     
===========================================
- Hits         1509      798      -711     
- Misses         98     1320     +1222     

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