neuropsychology / NeuroKit.py

A Python Toolbox for Statistics and Neurophysiological Signal Processing (EEG, EDA, ECG, EMG...).
http://neurokit.rtfd.io
MIT License
365 stars 102 forks source link

Improve tests #18

Closed DominiqueMakowski closed 7 years ago

DominiqueMakowski commented 7 years ago

Imroved testing

codecov[bot] commented 7 years ago

Codecov Report

Merging #18 into master will increase coverage by 2.96%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   32.77%   35.73%   +2.96%     
==========================================
  Files          30       29       -1     
  Lines        2670     2689      +19     
==========================================
+ Hits          875      961      +86     
+ Misses       1795     1728      -67
Impacted Files Coverage Δ
neurokit/signal/__init__.py 100% <ø> (ø) :arrow_up:
neurokit/bio/bio_data.py 61.66% <ø> (ø) :arrow_up:
neurokit/miscellaneous/miscellaneous.py 62.36% <100%> (+22.58%) :arrow_up:
neurokit/bio/bio_ecg.py 75.35% <25%> (+3.64%) :arrow_up:
tests/tests.py 96.29% <96.29%> (+2.54%) :arrow_up:
neurokit/signal/events.py 46.59% <0%> (+37.5%) :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 b26d0fa...a412b5d. Read the comment docs.