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

fails-only flag to filter only packages with license types matching -provided with --fail flags #59

Closed pilosus closed 3 years ago

pilosus commented 3 years ago

Close #57

codecov[bot] commented 3 years ago

Codecov Report

Merging #59 (863b623) into main (cade40c) will decrease coverage by 0.35%. The diff coverage is 82.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
- Coverage   92.79%   92.43%   -0.36%     
==========================================
  Files           7        7              
  Lines         680      701      +21     
  Branches       32       36       +4     
==========================================
+ Hits          631      648      +17     
  Misses         17       17              
- Partials       32       36       +4     
Impacted Files Coverage Δ
src/pip_license_checker/core.clj 78.16% <80.00%> (+0.12%) :arrow_up:
src/pip_license_checker/spec.clj 85.98% <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 cade40c...863b623. Read the comment docs.