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

Use specs #27

Closed pilosus closed 3 years ago

pilosus commented 3 years ago

Close #19

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (78ecf8c) into main (d2a459b) will decrease coverage by 0.69%. The diff coverage is 90.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   92.92%   92.22%   -0.70%     
==========================================
  Files           6        7       +1     
  Lines         452      617     +165     
  Branches       10       26      +16     
==========================================
+ Hits          420      569     +149     
  Misses         22       22              
- Partials       10       26      +16     
Impacted Files Coverage Δ
src/pip_license_checker/spec.clj 86.53% <86.53%> (ø)
src/pip_license_checker/core.clj 63.15% <86.66%> (+5.78%) :arrow_up:
src/pip_license_checker/filters.clj 100.00% <100.00%> (ø)
src/pip_license_checker/pypi.clj 100.00% <100.00%> (ø)
src/pip_license_checker/version.clj 97.82% <100.00%> (+0.26%) :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 d2a459b...78ecf8c. Read the comment docs.