relaton / relaton-py

Python library for Relaton
MIT License
1 stars 1 forks source link

fix: mypy errors #36

Closed stefanomunarini closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #36 (163ff72) into main (84a5c1c) will increase coverage by 0.07%. The diff coverage is 100.00%.

:exclamation: Current head 163ff72 differs from pull request most recent head dcdaca2. Consider uploading reports for the commit dcdaca2 to get more accurate results

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   98.11%   98.19%   +0.07%     
==========================================
  Files          22       21       -1     
  Lines         849      829      -20     
==========================================
- Hits          833      814      -19     
+ Misses         16       15       -1     
Impacted Files Coverage Δ
relaton/serializers/bibxml/__init__.py 93.75% <ø> (+0.20%) :arrow_up:
relaton/serializers/bibxml_string/__init__.py 71.42% <ø> (-3.58%) :arrow_down:
relaton/tests/test_serializers.py 99.28% <100.00%> (-0.04%) :arrow_down:
relaton/serializers/bibxml/authors.py 98.36% <0.00%> (-0.06%) :arrow_down:
relaton/serializers/types.py
relaton/models/dates.py 95.00% <0.00%> (+2.50%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ronaldtse commented 2 years ago

@stefanomunarini when can we merge this? Thanks.