seandstewart / typical

Typical: Fast, simple, & correct data-validation using Python 3 typing.
https://python-typical.org
MIT License
183 stars 9 forks source link

Support creating array constraints for deque types #182

Closed seandstewart closed 2 years ago

seandstewart commented 2 years ago

Fixes:

codecov[bot] commented 2 years ago

Codecov Report

Merging #182 (13758c3) into main (701fa0a) will increase coverage by 5.98%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #182      +/-   ##
==========================================
+ Coverage   89.04%   95.03%   +5.98%     
==========================================
  Files           1       37      +36     
  Lines         283     4168    +3885     
  Branches       47      581     +534     
==========================================
+ Hits          252     3961    +3709     
- Misses         23      128     +105     
- Partials        8       79      +71     
Flag Coverage Δ
unittests 94.91% <100.00%> (+5.86%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
typic/constraints/__init__.py 100.00% <ø> (ø)
typic/__init__.py 100.00% <100.00%> (ø)
typic/compat.py 100.00% <100.00%> (ø)
typic/constraints/array.py 93.69% <100.00%> (ø)
typic/constraints/factory.py 98.21% <100.00%> (ø)
typic/types/dsn.py 100.00% <100.00%> (ø)
typic/types/email.py 100.00% <100.00%> (ø)
typic/types/url.py 97.14% <100.00%> (ø)
...pic/types/secret.pytypic/types/url.pytypic/util.py
typic/constraints/number.py 94.82% <0.00%> (ø)
... and 36 more

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 701fa0a...13758c3. Read the comment docs.