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

Relicense to EPL 2.0 or GPLv2+ with classpath exception #77

Closed pilosus closed 3 years ago

pilosus commented 3 years ago

Close #63

codecov[bot] commented 3 years ago

Codecov Report

Merging #77 (1c5e447) into main (9db6989) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #77   +/-   ##
=======================================
  Coverage   94.39%   94.39%           
=======================================
  Files           9        9           
  Lines         838      838           
  Branches       34       34           
=======================================
  Hits          791      791           
  Misses         13       13           
  Partials       34       34           
Impacted Files Coverage Δ
src/pip_license_checker/core.clj 82.60% <ø> (ø)
src/pip_license_checker/external.clj 100.00% <ø> (ø)
src/pip_license_checker/file.clj 100.00% <ø> (ø)
src/pip_license_checker/filters.clj 100.00% <ø> (ø)
src/pip_license_checker/github.clj 100.00% <ø> (ø)
src/pip_license_checker/license.clj 100.00% <ø> (ø)
src/pip_license_checker/pypi.clj 98.96% <ø> (ø)
src/pip_license_checker/spec.clj 85.18% <ø> (ø)
src/pip_license_checker/version.clj 97.82% <ø> (ø)

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 9db6989...1c5e447. Read the comment docs.