AllenInstitute / neuroglia

a Python machine learning library for neurophysiology data
http://neuroglia.readthedocs.io
BSD 3-Clause "New" or "Revised" License
36 stars 7 forks source link

Enh/improve test coverage #94

Closed mochic closed 6 years ago

mochic commented 6 years ago

@neuromusic the circleci tests are very slow compared to appveyor and travis tests, can we ditch the circleci tests or address this speed related problem in a separate pr? changes to circleci config seem out of the scope of this pr

codecov-io commented 6 years ago

Codecov Report

Merging #94 into master will increase coverage by 23.31%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #94       +/-   ##
===========================================
+ Coverage   67.09%   90.41%   +23.31%     
===========================================
  Files          14       14               
  Lines         699      699               
===========================================
+ Hits          469      632      +163     
+ Misses        230       67      -163
Impacted Files Coverage Δ
neuroglia/datasets/synthetic_calcium.py 97.91% <0%> (+41.66%) :arrow_up:
neuroglia/calcium/oasis/functions.py 88.88% <0%> (+45.39%) :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 13017e9...14a9cab. Read the comment docs.