pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Adding bare and json outputs to license command #332

Closed nicholasks closed 3 years ago

nicholasks commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #332 (b27a273) into master (23ac3a3) will increase coverage by 2.70%. The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #332      +/-   ##
==========================================
+ Coverage   68.88%   71.59%   +2.70%     
==========================================
  Files           8        8              
  Lines         495      514      +19     
==========================================
+ Hits          341      368      +27     
+ Misses        154      146       -8     
Impacted Files Coverage Δ
safety/cli.py 56.63% <50.00%> (+6.63%) :arrow_up:
safety/formatter.py 56.29% <93.75%> (+4.46%) :arrow_up:
safety/safety.py 92.96% <100.00%> (ø)
safety/util.py 80.39% <0.00%> (+2.94%) :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 23ac3a3...b27a273. Read the comment docs.