Midnighter / dependency-info

Retrieve and print Python package dependencies.
Apache License 2.0
4 stars 3 forks source link

Fix versioneer #3

Closed bucknerns closed 4 years ago

bucknerns commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #3 into stable will decrease coverage by 3.77%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           stable       #3      +/-   ##
==========================================
- Coverage   98.11%   94.33%   -3.78%     
==========================================
  Files           2        2              
  Lines          53       53              
  Branches        3        3              
==========================================
- Hits           52       50       -2     
- Misses          1        3       +2     
Impacted Files Coverage Δ
src/depinfo/__init__.py 100.00% <ø> (ø)
src/depinfo/info.py 93.87% <0.00%> (-3.95%) :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 f560c3d...021c127. Read the comment docs.

Midnighter commented 4 years ago

Could you rebase this on the latest stable, please? I just fixed the last issues after some other upgrades. Sorry about that.

Midnighter commented 4 years ago

Never mind, I have made slightly different changes #4 . requires in the tox.ini was breaking tox-github so I went with isolated_build instead. See also here https://tox.readthedocs.io/en/latest/example/package.html