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: make inf percent change result null #990

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Conversation

joseph-sentry
Copy link
Contributor

previously if the result of aggregation for a column for the previous interval was 0 and the result for the current interval was not zero then we would get inf as the percent_change value for that column and that would break GQL

previously if the result of aggregation for a column for the previous
interval was 0 and the result for the current interval was not zero then
 we would get inf as the percent_change value for that column and that
 would break GQL
@joseph-sentry joseph-sentry requested a review from a team as a code owner November 18, 2024 14:58
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.03%. Comparing base (ace92d6) to head (e7c38fd).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #990   +/-   ##
=======================================
  Coverage   96.03%   96.03%           
=======================================
  Files         828      828           
  Lines       19166    19166           
=======================================
  Hits        18407    18407           
  Misses        759      759           
Flag Coverage Δ
unit 92.31% <ø> (ø)
unit-latest-uploader 92.31% <ø> (ø)

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

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

@codecov-notifications
Copy link

codecov-notifications bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

Copy link
Contributor

✅ All tests successful. No failed tests were found.

📣 Thoughts on this report? Let Codecov know! | Powered by Codecov

@joseph-sentry joseph-sentry added this pull request to the merge queue Nov 19, 2024
Merged via the queue into main with commit 4a2bb9b Nov 19, 2024
19 checks passed
@joseph-sentry joseph-sentry deleted the joseph/fix-inf-bug branch November 19, 2024 14:40
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