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

Fix metric sum display #3534

Merged
merged 4 commits into from
Apr 4, 2024
Merged

Fix metric sum display #3534

merged 4 commits into from
Apr 4, 2024

Conversation

fritschldwg
Copy link
Contributor

@fritschldwg fritschldwg commented Apr 2, 2024

Fix metric sum display

Closes: #3532

Description

Descriptive pull request text, answering:

  • Fixes a bug associated with displaying the sum of metric values

Definition of Done

A PR is only ready for merge once all the following acceptance criteria are fulfilled:

  • Changes have been manually tested
  • All TODOs related to this PR have been closed
  • There are automated tests for newly written code and bug fixes
  • All bugs discovered while working on this PR have been submitted as issues (if not already an open issue)
  • Documentation (GH-pages, analysis/visualization READMEs, parser READMEs, --help, etc.) has been updated (almost always necessary except for bug fixes)
  • CHANGELOG.md has been updated

@fritschldwg
Copy link
Contributor Author

fritschldwg commented Apr 2, 2024

I didn't add tests for hiding metric values on hover because the nwsapi library used by JSDOM doesn't support testing CSS hover effects (testing-library/jest-dom#59). However imo the feature is minor enough, that covering this case with integration tests isn't needed.

@fritschldwg fritschldwg force-pushed the fix/3532/metric-sum-display branch from d260bb6 to 7e5cce0 Compare April 2, 2024 12:13
@fritschldwg
Copy link
Contributor Author

PS: The changelog doesn't need to be updated since the original feature hasn't been released yet.

Copy link
Contributor

@Nereboss Nereboss left a comment

Choose a reason for hiding this comment

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

LGTM! 🚀

Copy link

sonarqubecloud bot commented Apr 4, 2024

Copy link

sonarqubecloud bot commented Apr 4, 2024

Quality Gate Passed Quality Gate passed for 'CodeCharta Analysis'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@Nereboss Nereboss merged commit e159341 into main Apr 4, 2024
7 checks passed
@Nereboss Nereboss deleted the fix/3532/metric-sum-display branch April 4, 2024 07:46
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.

Metric sum display not behaving correctly
2 participants