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

Add test for list_nested_decimal #1572

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Conversation

ariesdevil
Copy link
Contributor

Add test for list_nested_decimal, the data structure is:

[
    [[Decimal(0), Decimal(1)]],
    None,
    [[Decimal(2), None], [Decimal(3)]],
    [[Decimal(4), Decimal(5)], [Decimal(6)]],
    [],
    [[Decimal(7)], None, [Decimal(9)]],
    [[], [None], None],
    [[Decimal(10)]],
]

@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (8880501) 83.06% compared to head (d46eabc) 83.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1572      +/-   ##
==========================================
- Coverage   83.06%   83.05%   -0.01%     
==========================================
  Files         391      391              
  Lines       42898    42898              
==========================================
- Hits        35632    35631       -1     
- Misses       7266     7267       +1     

see 4 files with indirect coverage changes

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

@sundy-li sundy-li merged commit 6271f48 into jorgecarleitao:main Sep 28, 2023
24 of 25 checks passed
@ariesdevil ariesdevil deleted the decimal branch September 28, 2023 03:06
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.

2 participants