JosiahWitt / ensure

A balanced test framework for Go
MIT License
8 stars 0 forks source link

Print byte slices as strings when not equal if they are valid UTF-8 #57

Closed JosiahWitt closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #57 (9e9cbec) into master (1ced25f) will increase coverage by 0.08%. The diff coverage is 100.00%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/JosiahWitt/ensure/pull/57/graphs/tree.svg?width=650&height=150&src=pr&token=96QLAUWD2L&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josiah+Witt)](https://codecov.io/gh/JosiahWitt/ensure/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josiah+Witt) ```diff @@ Coverage Diff @@ ## master #57 +/- ## ========================================== + Coverage 96.91% 96.99% +0.08% ========================================== Files 20 20 Lines 1327 1363 +36 ========================================== + Hits 1286 1322 +36 Misses 30 30 Partials 11 11 ``` | Flag | Coverage Δ | | |---|---|---| | cli | `94.72% <ø> (ø)` | | | package | `99.39% <100.00%> (+0.03%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josiah+Witt#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/JosiahWitt/ensure/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josiah+Witt) | Coverage Δ | | |---|---|---| | [ensurepkg/chain.go](https://codecov.io/gh/JosiahWitt/ensure/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josiah+Witt#diff-ZW5zdXJlcGtnL2NoYWluLmdv) | `100.00% <100.00%> (ø)` | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/JosiahWitt/ensure/pull/57?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josiah+Witt). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josiah+Witt) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/JosiahWitt/ensure/pull/57?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josiah+Witt). Last update [1ced25f...9e9cbec](https://codecov.io/gh/JosiahWitt/ensure/pull/57?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josiah+Witt). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josiah+Witt).