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

Support external files with given license names #67

Closed pilosus closed 3 years ago

pilosus commented 3 years ago

Close #64 Also Close #66

codecov[bot] commented 3 years ago

Codecov Report

Merging #67 (8ed857d) into main (700bd28) will increase coverage by 1.28%. The diff coverage is 96.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
+ Coverage   92.90%   94.19%   +1.28%     
==========================================
  Files           8        9       +1     
  Lines         747      792      +45     
  Branches       37       32       -5     
==========================================
+ Hits          694      746      +52     
+ Misses         16       14       -2     
+ Partials       37       32       -5     
Impacted Files Coverage Δ
src/pip_license_checker/core.clj 82.70% <84.21%> (+1.57%) :arrow_up:
src/pip_license_checker/pypi.clj 98.96% <94.44%> (-1.04%) :arrow_down:
src/pip_license_checker/csv.clj 100.00% <100.00%> (ø)
src/pip_license_checker/file.clj 100.00% <100.00%> (ø)
src/pip_license_checker/filters.clj 100.00% <100.00%> (ø)
src/pip_license_checker/license.clj 100.00% <100.00%> (+2.38%) :arrow_up:
src/pip_license_checker/spec.clj 85.18% <100.00%> (ø)

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 700bd28...8ed857d. Read the comment docs.