openelections / clarify

Discover and parse results for jurisdictions that use Clarity-based election systems.
MIT License
38 stars 21 forks source link

Test with Python 3.7 #33

Closed GPHemsley closed 1 year ago

GPHemsley commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #33 into master will decrease coverage by 32.8%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #33       +/-   ##
===========================================
- Coverage   99.83%   67.02%   -32.81%     
===========================================
  Files           7        7               
  Lines         617      919      +302     
===========================================
  Hits          616      616               
- Misses          1      303      +302
Impacted Files Coverage Δ
setup.py 24.13% <0%> (-63.37%) :arrow_down:
tests/test_parser.py 56.69% <0%> (-43.31%) :arrow_down:
tests/test_jurisdiction.py 65.98% <0%> (-34.02%) :arrow_down:
clarify/parser.py 70.03% <0%> (-29.97%) :arrow_down:
clarify/jurisdiction.py 90.54% <0%> (-9.46%) :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 e2eca06...77ae360. Read the comment docs.

GPHemsley commented 5 years ago

Oh, it seems this breaks code coverage. I'll have to look into this further.