-
Notifications
You must be signed in to change notification settings - Fork 506
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: provide multiple output formats for a single scan (#1724) #1740
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1740 +/- ##
==========================================
- Coverage 86.33% 85.54% -0.80%
==========================================
Files 308 308
Lines 6615 6653 +38
Branches 1071 1080 +9
==========================================
- Hits 5711 5691 -20
- Misses 672 724 +52
- Partials 232 238 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Co-authored-by: Bread Genie <63963181+BreadGenie@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love the way you've handled the file extensions. I do wonder if that might need some more documentation so people know it's going to happen if they choose a single name, but that can be a separate PR.
closes #1724