Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker authored Nov 21, 2019
1 parent 654562e commit 1bb0560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ Each release passes coverage-guided fuzzing using [fxamacker/cbor-fuzz](https://

Unit tests include all RFC 7049 examples, bugs found by fuzzing, 2 maliciously crafted CBOR data, and etc.

Minimum code coverage is 95%. Minimum fuzzing is 10 hours for each release but often longer (v1.2 passed 42+ hours.)
Minimum code coverage is 95%. Minimum fuzzing is 10 hours for each release but often longer (v1.3 passed 72+ hours.)

Code coverage is 97.8% (`go test -cover`) for cbor v1.2 which is among the highest for libraries of this type.
Code coverage is 97.8% (`go test -cover`) for cbor v1.3 which is among the highest for libraries of this type.

## Standards
This library implements CBOR as specified in [RFC 7049](https://tools.ietf.org/html/rfc7049), with minor [limitations](#limitations).
Expand Down

0 comments on commit 1bb0560

Please sign in to comment.