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

Add support for re.Pattern and pathlib.Path #20

Merged
merged 5 commits into from
Aug 27, 2023
Merged

Conversation

dkraczkowski
Copy link
Contributor

@dkraczkowski dkraczkowski commented Aug 27, 2023

Add Support for additional python built-in types:

  • pathlib.Path
  • re.Pattern
  • dataclasses.InitVar
  • ipaddress.IPV4Address
  • ipaddress.IPV6Address
  • uuid.UUID

@codecov-commenter
Copy link

codecov-commenter commented Aug 27, 2023

Codecov Report

Merging #20 (b6b248a) into main (a7a545e) will decrease coverage by 0.22%.
The diff coverage is 92.41%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
- Coverage   95.29%   95.07%   -0.22%     
==========================================
  Files          34       37       +3     
  Lines        1871     2011     +140     
==========================================
+ Hits         1783     1912     +129     
- Misses         88       99      +11     
Files Changed Coverage Δ
chili/decoder.py 87.06% <66.66%> (-1.68%) ⬇️
tests/usecases/abc_test.py 90.32% <90.32%> (ø)
chili/encoder.py 93.70% <100.00%> (+0.42%) ⬆️
chili/typing.py 87.39% <100.00%> (+0.21%) ⬆️
tests/test_decode.py 100.00% <100.00%> (ø)
tests/test_encode.py 100.00% <100.00%> (ø)
tests/usecases/classvar_and_initvar_test.py 100.00% <100.00%> (ø)
tests/usecases/uuid_test.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dkraczkowski dkraczkowski merged commit 4782b62 into main Aug 27, 2023
3 checks passed
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