jazzband / jsonmodels

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
http://jsonmodels.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
334 stars 51 forks source link

Add mypy checker #165

Open beregond opened 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #165 (c80888a) into 3.x (192034c) will not change coverage. The diff coverage is n/a.

:exclamation: Current head c80888a differs from pull request most recent head 37cce09. Consider uploading reports for the commit 37cce09 to get more accurate results

@@            Coverage Diff            @@
##               3.x      #165   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          764       764           
  Branches       170       186   +16     
=========================================
  Hits           764       764           
Impacted Files Coverage Δ
jsonmodels/models.py 100.00% <0.00%> (ø)
jsonmodels/parsers.py 100.00% <0.00%> (ø)
jsonmodels/builders.py 100.00% <0.00%> (ø)
jsonmodels/utilities.py 100.00% <0.00%> (ø)
jsonmodels/validators.py 100.00% <0.00%> (ø)

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