etingof / pyasn1-modules

ASN.1 modules for pyasn1 library
http://snmplabs.com/pyasn1/
BSD 2-Clause "Simplified" License
41 stars 45 forks source link

Improve opentypes maps for RFC3709, RFC6402, RFC7191, and RFC8226 #57

Closed russhousley closed 5 years ago

russhousley commented 5 years ago

Automatically update the maps for use with openTypes for RFC3709, RFC6402, RFC7191, and RFC8226 when the module is imported. Adjust the tests to match.

codecov-io commented 5 years ago

Codecov Report

Merging #57 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   99.19%   99.19%   +<.01%     
==========================================
  Files          56       56              
  Lines        4610     4616       +6     
==========================================
+ Hits         4573     4579       +6     
  Misses         37       37
Impacted Files Coverage Δ
pyasn1_modules/rfc6402.py 100% <100%> (ø) :arrow_up:
pyasn1_modules/rfc3709.py 100% <100%> (ø) :arrow_up:
pyasn1_modules/rfc8226.py 98.03% <100%> (+0.08%) :arrow_up:
pyasn1_modules/rfc7191.py 97.1% <100%> (+0.08%) :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 999c682...376066f. Read the comment docs.

etingof commented 5 years ago

Thank you!