Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add table rendering output for openapi scan #50

Merged
merged 1 commit into from
Feb 28, 2024

feat: add table rendering output for openapi scan

f4d2407
Select commit
Loading
Failed to load commit list.
Merged

feat: add table rendering output for openapi scan #50

feat: add table rendering output for openapi scan
f4d2407
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 28, 2024 in 1s

47.69% (+1.56%) compared to 42f1cbe

View this Pull Request on Codecov

47.69% (+1.56%) compared to 42f1cbe

Details

Codecov Report

Attention: Patch coverage is 27.27273% with 64 lines in your changes are missing coverage. Please review.

Project coverage is 47.69%. Comparing base (42f1cbe) to head (f4d2407).

Files Patch % Lines
cmd/scan/root.go 0.00% 44 Missing and 1 partial ⚠️
scan/jwt/not_verified.go 0.00% 4 Missing ⚠️
scan/scan.go 0.00% 4 Missing ⚠️
scan/jwt/alg_none.go 0.00% 3 Missing ⚠️
scan/jwt/null_signature.go 0.00% 3 Missing ⚠️
scan/jwt/weak_secret.go 0.00% 3 Missing ⚠️
cmd/scan/curl.go 0.00% 1 Missing ⚠️
cmd/scan/openapi.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
+ Coverage   46.13%   47.69%   +1.56%     
==========================================
  Files          27       27              
  Lines         672      673       +1     
==========================================
+ Hits          310      321      +11     
+ Misses        340      325      -15     
- Partials       22       27       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.