Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Decimal Type Rendering #72

Merged
merged 1 commit into from
Sep 11, 2020
Merged

Decimal Type Rendering #72

merged 1 commit into from
Sep 11, 2020

Conversation

sernst
Copy link
Owner

@sernst sernst commented Sep 11, 2020

Updates the render encoding across all JSON
serialization sources to include support for
rendering decimals to JSON-compatible floats.

Updates the render encoding across all JSON
serialization sources to include support for
rendering decimals to JSON-compatible floats.
@codecov
Copy link

codecov bot commented Sep 11, 2020

Codecov Report

Merging #72 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master      #72    +/-   ##
========================================
  Coverage   98.96%   98.97%            
========================================
  Files         292      295     +3     
  Lines       12106    12220   +114     
========================================
+ Hits        11981    12095   +114     
  Misses        125      125            
Impacted Files Coverage Δ
cauldron/render/encoding.py 88.37% <100.00%> (+0.87%) ⬆️
cauldron/test/render/test_render.py 100.00% <100.00%> (ø)
cauldron/test/support/mocking.py 100.00% <100.00%> (ø)
cauldron/test/cli/commands/test_refresh.py 100.00% <0.00%> (ø)
cauldron/test/cli/commands/test_view.py 100.00% <0.00%> (ø)
cauldron/test/cli/commands/test_status.py 100.00% <0.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 c5feed9...d8d7d33. Read the comment docs.

@sernst sernst merged commit 4bb36d6 into master Sep 11, 2020
@sernst sernst deleted the decimal-type-rendering branch September 26, 2020 18:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant