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
67 stars 3 forks source link

Fine-grained copyleft detection #58 #60

Closed pilosus closed 3 years ago

pilosus commented 3 years ago

Close #58

codecov[bot] commented 3 years ago

Codecov Report

Merging #60 (f860a2a) into main (35734ad) will increase coverage by 0.46%. The diff coverage is 97.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #60      +/-   ##
==========================================
+ Coverage   92.43%   92.90%   +0.46%     
==========================================
  Files           7        8       +1     
  Lines         701      747      +46     
  Branches       36       37       +1     
==========================================
+ Hits          648      694      +46     
+ Misses         17       16       -1     
- Partials       36       37       +1     
Impacted Files Coverage Δ
src/pip_license_checker/spec.clj 85.18% <0.00%> (-0.80%) :arrow_down:
src/pip_license_checker/license.clj 97.61% <97.61%> (ø)
src/pip_license_checker/core.clj 81.13% <100.00%> (+2.96%) :arrow_up:
src/pip_license_checker/pypi.clj 100.00% <100.00%> (+0.86%) :arrow_up:

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 35734ad...f860a2a. Read the comment docs.