veraison / go-cose

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

chore: go fmt #201

Closed alex-richards closed 1 month ago

alex-richards commented 2 months ago

Reformatted with go fmt. bench_test.go was CRLF formatted.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.47%. Comparing base (2b6f94f) to head (fae8721). Report is 8 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #201 +/- ## ========================================== + Coverage 92.04% 92.47% +0.43% ========================================== Files 12 12 Lines 1973 1622 -351 ========================================== - Hits 1816 1500 -316 + Misses 108 66 -42 - Partials 49 56 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

SteveLasker commented 2 months ago

This has been tagged for the next v1.4.0 release. If folks feel this should be in v1.3], please indicate it here.

OR13 commented 1 month ago

I would object to putting this in 1.3, leave it in 1.4

SteveLasker commented 1 month ago

Merging, with the intent to release in 1.4 as 1.3 is ready for release.