VarIr / scikit-hubness

A Python package for hubness analysis and high-dimensional data mining
BSD 3-Clause "New" or "Revised" License
44 stars 10 forks source link

MNT enable codecov on all platforms #60

Closed VarIr closed 4 years ago

VarIr commented 4 years ago

Atm, only Linux builds are checked for coverage. Since codecov supposedly merges reports from different platforms automatically, we could easily enable it on all platforms.

codecov-io commented 4 years ago

Codecov Report

Merging #60 into master will decrease coverage by 0.15%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
- Coverage   99.17%   99.02%   -0.16%     
==========================================
  Files          55       55              
  Lines        4491     4498       +7     
  Branches      494      497       +3     
==========================================
  Hits         4454     4454              
- Misses         18       23       +5     
- Partials       19       21       +2
Impacted Files Coverage Δ
skhubness/neighbors/tests/test_lsh.py 96.42% <0%> (-3.58%) :arrow_down:
skhubness/utils/platform.py 55.55% <0%> (-44.45%) :arrow_down:

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 7650474...755fa57. Read the comment docs.