Skip to content

pylint

6346755
Select commit
Loading
Failed to load commit list.
Merged

EffectEstimate dataclass #353

pylint
6346755
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 7, 2025 in 0s

96.28% (+0.61%) compared to 9816b98

View this Pull Request on Codecov

96.28% (+0.61%) compared to 9816b98

Details

Codecov Report

❌ Patch coverage is 96.51163% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.28%. Comparing base (9816b98) to head (6346755).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
causal_testing/testing/causal_test_result.py 77.77% 2 Missing ⚠️
causal_testing/main.py 66.66% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #353      +/-   ##
==========================================
+ Coverage   95.67%   96.28%   +0.61%     
==========================================
  Files          27       28       +1     
  Lines        1618     1590      -28     
==========================================
- Hits         1548     1531      -17     
+ Misses         70       59      -11     
Files with missing lines Coverage Δ
...ausal_testing/estimation/cubic_spline_estimator.py 96.66% <100.00%> (+0.11%) ⬆️
causal_testing/estimation/effect_estimate.py 100.00% <100.00%> (ø)
...ausal_testing/estimation/experimental_estimator.py 100.00% <100.00%> (ø)
...ting/estimation/instrumental_variable_estimator.py 100.00% <100.00%> (ø)
causal_testing/estimation/ipcw_estimator.py 99.25% <100.00%> (+<0.01%) ⬆️
..._testing/estimation/linear_regression_estimator.py 100.00% <100.00%> (ø)
...esting/estimation/logistic_regression_estimator.py 100.00% <100.00%> (ø)
...l_testing/surrogate/surrogate_search_algorithms.py 98.48% <100.00%> (ø)
causal_testing/testing/causal_effect.py 98.59% <100.00%> (+0.04%) ⬆️
causal_testing/testing/causal_test_adequacy.py 86.76% <100.00%> (-0.25%) ⬇️
... and 3 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ad05e2...6346755. Read the comment docs.

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