Skip to content

FIX: Correct typing for average: to Literal.

9358edd
Select commit
Loading
Failed to load commit list.
Merged

ENH: Continue work on type hinting, add pyright to check type coverage. #735

FIX: Correct typing for average: to Literal.
9358edd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 5, 2026 in 0s

85.94% (+0.68%) compared to 5f23ed5

View this Pull Request on Codecov

85.94% (+0.68%) compared to 5f23ed5

Details

Codecov Report

❌ Patch coverage is 89.18919% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.94%. Comparing base (5f23ed5) to head (9358edd).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
chainladder/core/common.py 81.81% 0 Missing and 2 partials ⚠️
chainladder/core/tests/test_triangle.py 80.00% 1 Missing ⚠️
chainladder/development/development.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #735      +/-   ##
==========================================
+ Coverage   85.25%   85.94%   +0.68%     
==========================================
  Files          85       85              
  Lines        4952     4924      -28     
  Branches      645      637       -8     
==========================================
+ Hits         4222     4232      +10     
+ Misses        521      491      -30     
+ Partials      209      201       -8     

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