davidhuser / dhis2.py

Generic and lightweight Python wrapper for the DHIS2 API using requests
MIT License
15 stars 11 forks source link

Drop Python 2.7 support #17

Closed davidhuser closed 3 years ago

davidhuser commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@1534d5e). Click here to learn what that means. The diff coverage is 95.75%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #17   +/-   ##
=========================================
  Coverage          ?   97.88%           
=========================================
  Files             ?        5           
  Lines             ?      331           
  Branches          ?        0           
=========================================
  Hits              ?      324           
  Misses            ?        7           
  Partials          ?        0           
Impacted Files Coverage Δ
dhis2/__version__.py 0.00% <0.00%> (ø)
dhis2/api.py 100.00% <100.00%> (ø)
dhis2/exceptions.py 100.00% <100.00%> (ø)
dhis2/logger.py 100.00% <100.00%> (ø)
dhis2/utils.py 100.00% <100.00%> (ø)

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 1534d5e...a425180. Read the comment docs.

davidhuser commented 4 years ago

will add benefits from 3.5+ type hints