python-attrs / cattrs

Composable custom class converters for attrs, dataclasses and friends.
https://catt.rs
MIT License
799 stars 111 forks source link

More ruffing up #375

Closed Tinche closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #375 (d0b8439) into main (8beacd7) will decrease coverage by 0.09%. The diff coverage is 90.06%.

:exclamation: 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     #375      +/-   ##
==========================================
- Coverage   95.84%   95.75%   -0.09%     
==========================================
  Files          26       26              
  Lines        2142     2121      -21     
==========================================
- Hits         2053     2031      -22     
- Misses         89       90       +1     
Impacted Files Coverage Δ
src/cattrs/gen/typeddicts.py 88.88% <78.00%> (ø)
src/cattrs/_compat.py 95.63% <88.88%> (-0.44%) :arrow_down:
src/cattrs/converters.py 97.16% <95.45%> (-0.07%) :arrow_down:
src/cattrs/disambiguators.py 100.00% <100.00%> (ø)
src/cattrs/dispatch.py 100.00% <100.00%> (ø)
src/cattrs/gen/__init__.py 96.53% <100.00%> (-0.04%) :arrow_down:
src/cattrs/gen/_generics.py 92.85% <100.00%> (ø)
src/cattrs/gen/_lc.py 100.00% <100.00%> (ø)
src/cattrs/gen/_shared.py 100.00% <100.00%> (ø)
src/cattrs/preconf/tomlkit.py 100.00% <100.00%> (ø)
... and 3 more

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