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

Test cases fixes and pre-commit update #34

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Removed endlines from batches

6195a55
Select commit
Loading
Failed to load commit list.
Open

Test cases fixes and pre-commit update #34

Removed endlines from batches
6195a55
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 9, 2024 in 0s

81.34% (+0.33%) compared to ed3b3a1

View this Pull Request on Codecov

81.34% (+0.33%) compared to ed3b3a1

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.34%. Comparing base (ed3b3a1) to head (6195a55).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   81.01%   81.34%   +0.33%     
==========================================
  Files          11       11              
  Lines        1385     1394       +9     
==========================================
+ Hits         1122     1134      +12     
+ Misses        263      260       -3     
Files with missing lines Coverage Δ
spare_scores/data_prep.py 66.13% <100.00%> (+1.58%) ⬆️
spare_scores/util.py 93.50% <100.00%> (ø)
tests/unit/test_data_prep.py 100.00% <100.00%> (ø)
tests/unit/test_spare_scores.py 100.00% <100.00%> (ø)
tests/unit/test_util.py 100.00% <100.00%> (ø)