etingof / pyasn1-modules

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

Add support for RFC 4683 #126

Closed russhousley closed 4 years ago

russhousley commented 4 years ago

Add module and test for RFC 4683

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
+ Coverage   99.44%   99.44%   +<.01%     
==========================================
  Files         117      118       +1     
  Lines        6814     6829      +15     
==========================================
+ Hits         6776     6791      +15     
  Misses         38       38
Impacted Files Coverage Δ
pyasn1_modules/rfc4683.py 100% <100%> (ø)

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 c20b4e7...08a2dce. Read the comment docs.

etingof commented 4 years ago

Thank you!