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

Add GPL linking exception to permissive licenses #50 #56

Closed pilosus closed 3 years ago

pilosus commented 3 years ago

Close #50

codecov[bot] commented 3 years ago

Codecov Report

Merging #56 (74453e1) into main (1fa3fb9) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #56   +/-   ##
=======================================
  Coverage   92.79%   92.79%           
=======================================
  Files           7        7           
  Lines         680      680           
  Branches       32       32           
=======================================
  Hits          631      631           
  Misses         17       17           
  Partials       32       32           
Impacted Files Coverage Δ
src/pip_license_checker/pypi.clj 99.13% <ø> (ø)

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 1fa3fb9...74453e1. Read the comment docs.

pilosus commented 3 years ago

Fixed in #60