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

[Southwark] Include user email in CSV report export. #5345

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

neprune
Copy link
Contributor

@neprune neprune commented Jan 27, 2025

Copy link

codecov bot commented Jan 27, 2025

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 82.44%. Comparing base (ed9a799) to head (fea0f9e).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
perllib/FixMyStreet/Cobrand/Southwark.pm 71.42% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5345      +/-   ##
==========================================
+ Coverage   82.41%   82.44%   +0.02%     
==========================================
  Files         416      416              
  Lines       32904    32911       +7     
  Branches     5284     5286       +2     
==========================================
+ Hits        27117    27132      +15     
+ Misses       4226     4217       -9     
- Partials     1561     1562       +1     

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

@neprune neprune force-pushed the southwark-email-in-export branch from 42a2be6 to fea0f9e Compare January 27, 2025 20:00
Comment on lines +289 to +292
$csv->objects_attrs({
'+columns' => ['user.email'],
join => 'user',
});
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't manage to grok what this block is for, just copied it over from Bexley which had the same set-up. Enlightenment appreciated.

@neprune neprune requested a review from dracos January 27, 2025 20:12
@neprune neprune merged commit fea0f9e into master Jan 28, 2025
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants