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

CvtModel get_tlm_values return consistent results #1608

Merged
merged 1 commit into from
Oct 12, 2024
Merged

CvtModel get_tlm_values return consistent results #1608

merged 1 commit into from
Oct 12, 2024

Conversation

jmthomas
Copy link
Member

@jmthomas jmthomas commented Oct 3, 2024

closes #1606

Didn't expect this to be a backend change but it was returning a single [nil] for an item that exists but hasn't been populated which is inconsistent with all the other items which return a [value, limits_state].

@jmthomas jmthomas requested a review from ryanmelt October 3, 2024 18:32
Copy link

codecov bot commented Oct 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.79%. Comparing base (7725769) to head (8f667ab).
Report is 23 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1608      +/-   ##
==========================================
+ Coverage   76.77%   76.79%   +0.01%     
==========================================
  Files         614      614              
  Lines       46403    46405       +2     
  Branches      827      827              
==========================================
+ Hits        35628    35637       +9     
+ Misses      10683    10677       -6     
+ Partials       92       91       -1     
Flag Coverage Δ
frontend 56.24% <ø> (+0.03%) ⬆️
python 84.59% <ø> (+0.03%) ⬆️
ruby-api 47.62% <ø> (ø)
ruby-backend 82.82% <100.00%> (+<0.01%) ⬆️

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.

Copy link

sonarcloud bot commented Oct 3, 2024

@ryanmelt ryanmelt merged commit 08b98ae into main Oct 12, 2024
27 checks passed
@ryanmelt ryanmelt deleted the rollup branch October 12, 2024 02:17
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.

ROLLUP widget gives weird Javascript error if item is null
2 participants