smarie / python-pyfields

Define fields in python classes. Easily.
https://smarie.github.io/python-pyfields
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

[WIP] Fix for issue #53 #54

Closed smarie closed 4 years ago

smarie commented 4 years ago

See #53 . As of now the fix is python 3.6+ only

codecov-io commented 4 years ago

Codecov Report

Merging #54 into master will decrease coverage by 0.58%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   88.77%   88.18%   -0.59%     
==========================================
  Files          11       11              
  Lines        1790     1794       +4     
==========================================
- Hits         1589     1582       -7     
- Misses        201      212      +11
Impacted Files Coverage Δ
pyfields/init_makers.py 88.75% <85.71%> (-1%) :arrow_down:
pyfields/typing_utils.py 50% <0%> (-11.25%) :arrow_down:

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 ddb4a93...9ad890a. Read the comment docs.