twisted / txacme

Twisted client for the ACME (Automatic Certificate Management Environment) protocol
MIT License
45 stars 23 forks source link

Update test environments: add py3.6, py3.7, pypy3; update pypy #138

Closed JayH5 closed 6 years ago

JayH5 commented 6 years ago

This change is Reviewable

codecov[bot] commented 6 years ago

Codecov Report

Merging #138 into master will increase coverage by 0.61%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
+ Coverage   87.96%   88.58%   +0.61%     
==========================================
  Files          29       29              
  Lines        2268     2268              
  Branches      242      242              
==========================================
+ Hits         1995     2009      +14     
+ Misses        268      259       -9     
+ Partials        5        0       -5
Impacted Files Coverage Δ
src/txacme/test/test_client.py 100% <0%> (+0.45%) :arrow_up:
src/txacme/test/test_util.py 100% <0%> (+1.38%) :arrow_up:
src/txacme/test/test_service.py 100% <0%> (+4.14%) :arrow_up:
src/txacme/test/strategies.py 100% <0%> (+17.64%) :arrow_up:

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 67a1a44...8255886. Read the comment docs.