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

improve coverage by changing pytest-cov settings #85

Closed mochic closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #85 into master will decrease coverage by 7.93%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
- Coverage   75.02%   67.09%   -7.94%     
==========================================
  Files          24       14      -10     
  Lines         949      699     -250     
==========================================
- Hits          712      469     -243     
+ Misses        237      230       -7
Impacted Files Coverage Δ
tests/test_spike.py
tests/test_epoch.py
tests/test_event.py
tests/test_nwb.py
tests/test_tensor.py
tests/test_traces.py
tests/test_utils.py
tests/test_calcium.py
setup.py
tests/test_deconvolution.py

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 99e39f1...84cd7e2. Read the comment docs.

mochic commented 6 years ago

it's a decrease in coverage but a more realistic representation of what our actual coverage is