hynek / pem

PEM file parsing in Python.
https://pem.readthedocs.io/
MIT License
156 stars 37 forks source link

Add test coverage for the multiple-DH-params case. #27

Closed mithrandi closed 8 years ago

mithrandi commented 8 years ago

Fixes #26 (hopefully).

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #27 into master will increase coverage by +1.57% as of 0f5c3af

@@            master     #27   diff @@
======================================
  Files            4       4       
  Stmts          128     128       
  Branches        23      23       
  Methods          0       0       
======================================
+ Hit            126     128     +2
+ Partial          1       0     -1
+ Missed           1       0     -1

Review entire Coverage Diff as of 0f5c3af

Powered by Codecov. Updated on successful CI builds.

mithrandi commented 8 years ago

Success!

mithrandi commented 8 years ago

(You should probably turn on the status check from Codecov as well, since that shows up everywhere unlike the comment)

hynek commented 8 years ago

thanks!