pyasn1 icon indicating copy to clipboard operation
pyasn1 copied to clipboard

Add support for RELATIVE-OID

Open russhousley opened this issue 4 years ago • 3 comments

Add support for RELATIVE-OID.

russhousley avatar May 08 '20 15:05 russhousley

Codecov Report

Merging #196 into master will decrease coverage by 0.57%. The diff coverage is 65.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
- Coverage   86.65%   86.07%   -0.58%     
==========================================
  Files          26       26              
  Lines        4600     4732     +132     
==========================================
+ Hits         3986     4073      +87     
- Misses        614      659      +45     
Impacted Files Coverage Δ
pyasn1/codec/native/decoder.py 86.48% <ø> (ø)
pyasn1/codec/ber/decoder.py 84.26% <50.00%> (-2.20%) :arrow_down:
pyasn1/codec/native/encoder.py 84.46% <66.66%> (-0.54%) :arrow_down:
pyasn1/type/univ.py 84.50% <78.72%> (-0.22%) :arrow_down:
pyasn1/codec/ber/encoder.py 89.18% <88.88%> (-0.02%) :arrow_down:

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 db8f1a7...c3cbdbb. Read the comment docs.

codecov-commenter avatar Sep 23 '20 14:09 codecov-commenter

Codecov Report

Merging #196 into master will decrease coverage by 0.05%. The diff coverage is 84.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
- Coverage   86.65%   86.59%   -0.06%     
==========================================
  Files          26       26              
  Lines        4600     4700     +100     
==========================================
+ Hits         3986     4070      +84     
- Misses        614      630      +16     
Impacted Files Coverage Δ
pyasn1/codec/native/decoder.py 86.48% <ø> (ø)
pyasn1/codec/native/encoder.py 84.46% <66.66%> (-0.54%) :arrow_down:
pyasn1/type/univ.py 84.50% <78.72%> (-0.22%) :arrow_down:
pyasn1/codec/ber/encoder.py 89.18% <88.88%> (-0.02%) :arrow_down:
pyasn1/codec/ber/decoder.py 86.58% <90.62%> (+0.12%) :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 db8f1a7...cfb6d07. Read the comment docs.

codecov-io avatar Oct 24 '20 20:10 codecov-io

Hey @russhousley

i merged the pull request on inexio/pyasn1 the fork where we try to maintain the pyasn1 for the community as much as we can, so as you got any questions write me or open an issue on this forked Repo.

Lostboi avatar Dec 21 '20 14:12 Lostboi