nilearn / nistats

Modeling and statistical inference on fMRI data in Python
BSD 3-Clause "New" or "Revised" License
95 stars 55 forks source link

Improve test code coverage #404

Closed kchawla-pi closed 4 years ago

kchawla-pi commented 4 years ago

Added error tests for functions for code coverage

codecov[bot] commented 4 years ago

Codecov Report

Merging #404 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #404     +/-   ##
=========================================
+ Coverage   92.38%   92.48%   +0.1%     
=========================================
  Files          39       39             
  Lines        4202     4219     +17     
=========================================
+ Hits         3882     3902     +20     
+ Misses        320      317      -3
Impacted Files Coverage Δ
nistats/tests/test_utils.py 98.75% <100%> (+0.14%) :arrow_up:
nistats/utils.py 94.63% <0%> (+2.01%) :arrow_up:

Continue to review full report at Codecov.

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