Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the OverlapDetector to be generic over input feature types #34

Merged
merged 18 commits into from
Aug 2, 2024

chore: fixup stale docs

04382f2
Select commit
Loading
Failed to load commit list.
Merged

Allow the OverlapDetector to be generic over input feature types #34

chore: fixup stale docs
04382f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 1, 2024 in 1s

92.66% (+0.76%) compared to 3a4b23a

View this Pull Request on Codecov

92.66% (+0.76%) compared to 3a4b23a

Details

Codecov Report

Attention: Patch coverage is 94.02985% with 8 lines in your changes missing coverage. Please review.

Project coverage is 92.66%. Comparing base (3a4b23a) to head (04382f2).
Report is 1 commits behind head on main.

Files Patch % Lines
pybedlite/overlap_detector.py 91.30% 2 Missing and 2 partials ⚠️
pybedlite/bed_record.py 66.66% 2 Missing ⚠️
pybedlite/tests/test_overlap_detector.py 97.56% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   91.90%   92.66%   +0.76%     
==========================================
  Files           8        8              
  Lines         531      641     +110     
  Branches       93      116      +23     
==========================================
+ Hits          488      594     +106     
- Misses         26       30       +4     
  Partials       17       17              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.