-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove files list from status info; update README.md #22
Remove files list from status info; update README.md #22
Conversation
de3918d
to
79b8c13
Compare
Apparently I actually had tests for this stuff...converting to draft until I have them straightened out. 🥴 |
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.
S'OK, but a suggestion to make it more of an API ...
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #22 +/- ##
==========================================
- Coverage 98.52% 98.47% -0.05%
==========================================
Files 2 2
Lines 541 526 -15
==========================================
- Hits 533 518 -15
Misses 8 8
☔ View full report in Codecov by Sentry. |
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.
If you're improving the response, that's great; but I'm tossing a +1
anyway.
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.
Yeah, though, by the way, this really should have had a Jira issue. 👀
I attached it to PBENCH-1258. |
Now that we're getting ready to deploy this in production, having the current list of files available is a security hazard. This PR removes that (leaving the disk utilization in the response, because that seems innocuous and even generally useful), and it brings the
README.md
file up to date accordingly.