veraison / go-cose

go library for CBOR Object Signing and Encryption (COSE)
Mozilla Public License 2.0
49 stars 26 forks source link

fix: typo UnataggedSign1Message -> UntaggedSign1Message #148

Closed spennymac closed 1 year ago

spennymac commented 1 year ago

Small change to fix the typo.

spennymac commented 1 year ago

Issue: https://github.com/veraison/go-cose/issues/149

codecov[bot] commented 1 year ago

Codecov Report

Merging #148 (e4012fa) into main (354ac99) will decrease coverage by 1.90%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #148      +/-   ##
==========================================
- Coverage   92.76%   90.87%   -1.90%     
==========================================
  Files          10       12       +2     
  Lines        1065     1611     +546     
==========================================
+ Hits          988     1464     +476     
- Misses         51      109      +58     
- Partials       26       38      +12     
Impacted Files Coverage Δ
sign1.go 90.10% <ø> (ø)

... and 4 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

spennymac commented 1 year ago

Need one more reviewer :)