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

feat(taps): Numeric values are now parsed as decimal.Decimal in REST and GraphQL stream responses #2780

Merged
merged 1 commit into from
Nov 28, 2024

feat(taps): Numeric values are now deserialized as `decimal.Decimal` …

a92b8a7
Select commit
Loading
Failed to load commit list.
Merged

feat(taps): Numeric values are now parsed as decimal.Decimal in REST and GraphQL stream responses #2780

feat(taps): Numeric values are now deserialized as `decimal.Decimal` …
a92b8a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2024 in 1s

90.88% (+0.00%) compared to 8474a24

View this Pull Request on Codecov

90.88% (+0.00%) compared to 8474a24

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.88%. Comparing base (8474a24) to head (a92b8a7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2780   +/-   ##
=======================================
  Coverage   90.88%   90.88%           
=======================================
  Files          62       62           
  Lines        5165     5166    +1     
  Branches      667      667           
=======================================
+ Hits         4694     4695    +1     
  Misses        330      330           
  Partials      141      141           

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