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

[JENKINS-59591] Fix tooltip of issues column #1088

Merged
merged 7 commits into from
Nov 1, 2021

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Oct 28, 2021

The tooltip of an issue column now shows the correct number of new, fixed, or total warnings. Before that change only the cell value showed the correct total, but the individual counts in the tooltip always showed the total value.

See JENKINS-59591 for details.

Tooltip now contains the correct number of new/fixed or total warnings.
@uhafner uhafner added the bug Bugs or performance problems label Oct 28, 2021
@codecov
Copy link

codecov bot commented Oct 28, 2021

Codecov Report

Merging #1088 (13d69ee) into master (a0820f6) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1088   +/-   ##
=========================================
  Coverage     79.74%   79.74%           
- Complexity     1451     1452    +1     
=========================================
  Files           240      240           
  Lines          5328     5328           
  Branches        420      420           
=========================================
  Hits           4249     4249           
  Misses          923      923           
  Partials        156      156           
Impacted Files Coverage Δ
...ugins/analysis/core/columns/IssuesTotalColumn.java 76.04% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0820f6...13d69ee. Read the comment docs.

@uhafner uhafner merged commit 770be8d into master Nov 1, 2021
@uhafner uhafner deleted the JENKINS-59591-new-issues-column-tooltip branch November 1, 2021 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs or performance problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant