datalad / datalad-fuse

DataLad extension to provide FUSE file system access
Other
1 stars 4 forks source link

Use `coverage` directly instead of `pytest-cov` #65

Closed jwodder closed 2 years ago

jwodder commented 2 years ago

Fixes #56.

Contains #63.

codecov[bot] commented 2 years ago

Codecov Report

Merging #65 (fcc003f) into master (ef8af22) will decrease coverage by 0.14%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   71.37%   71.22%   -0.15%     
==========================================
  Files          12       11       -1     
  Lines         779      775       -4     
==========================================
- Hits          556      552       -4     
  Misses        223      223              
Impacted Files Coverage Δ
datalad_fuse/_version.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 fd2e16b...fcc003f. Read the comment docs.

yarikoptic commented 2 years ago

ok, let's proceed with the switch. shortcut to the issue in coverage which inspired: https://github.com/nedbat/coveragepy/issues/1310 . I personally have not verified that avoiding pytest-cov resolves hanging.