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

🐛 Use truncated first line of issue description everywhere we were using issue name #1186

Merged
merged 4 commits into from
Jul 21, 2023

Conversation

mturley
Copy link
Collaborator

@mturley mturley commented Jul 21, 2023

Followup to #1116

When we replaced the issue name property (possibly empty in real data) with the truncated issue description in the table, we failed to replace it everywhere else it is used.

This change uses the first line of the issue/report description where necessary, and truncates it with a tooltip in places with limited available width in case it is a long line.

…ing issue name

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>
Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>
@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (2034bd0) 44.10% compared to head (afc3b30) 44.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1186   +/-   ##
=======================================
  Coverage   44.10%   44.10%           
=======================================
  Files         177      177           
  Lines        4501     4501           
  Branches     1007     1007           
=======================================
  Hits         1985     1985           
  Misses       2505     2505           
  Partials       11       11           
Flag Coverage Δ
unitests 44.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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