-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
fix: send CSV pivoted in reports #16347
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16347 +/- ##
==========================================
- Coverage 76.59% 76.44% -0.15%
==========================================
Files 1000 1000
Lines 53453 53465 +12
Branches 6816 6816
==========================================
- Hits 40942 40873 -69
- Misses 12275 12356 +81
Partials 236 236
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
🏷 2021.31 |
(cherry picked from commit ec8d3b0)
SUMMARY
On #16335 I accidentally disabled sending pivoted data on CSV reports. This PR brings it back.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION