pilosus / pip-license-checker

Check license types for third-party dependencies: permissive, copyleft, proprietory, etc.
https://blog.pilosus.org/posts/2021/09/07/pip-license-checker/
Other
68 stars 3 forks source link

Check license name on GitHub if not found on the PyPI #15

Closed pilosus closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #15 (178af5e) into main (492af2f) will increase coverage by 0.71%. The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   80.11%   80.82%   +0.71%     
==========================================
  Files           4        5       +1     
  Lines         171      193      +22     
  Branches        5        8       +3     
==========================================
+ Hits          137      156      +19     
  Misses         29       29              
- Partials        5        8       +3     
Impacted Files Coverage Δ
src/pip_license_checker/pypi.clj 90.78% <83.33%> (-0.88%) :arrow_down:
src/pip_license_checker/github.clj 88.88% <88.88%> (ø)

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 492af2f...178af5e. Read the comment docs.