FerretDB / wire

Apache License 2.0
2 stars 3 forks source link

Simplify iterators #41

Closed AlekSi closed 2 weeks ago

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 77.14286% with 8 lines in your changes missing coverage. Please review.

Project coverage is 65.08%. Comparing base (3a3f654) to head (e5c9b29).

Files with missing lines Patch % Lines
wirebson/array.go 76.47% 2 Missing and 2 partials :warning:
wirebson/document.go 60.00% 2 Missing and 2 partials :warning:
Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/FerretDB/wire/pull/41/graphs/tree.svg?width=650&height=150&src=pr&token=D0L283UZ26&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FerretDB)](https://app.codecov.io/gh/FerretDB/wire/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FerretDB) ```diff @@ Coverage Diff @@ ## main #41 +/- ## ========================================== - Coverage 65.10% 65.08% -0.02% ========================================== Files 43 41 -2 Lines 1748 1753 +5 ========================================== + Hits 1138 1141 +3 - Misses 441 442 +1 - Partials 169 170 +1 ``` | [Files with missing lines](https://app.codecov.io/gh/FerretDB/wire/pull/41?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FerretDB) | Coverage Δ | | |---|---|---| | [wirebson/logging.go](https://app.codecov.io/gh/FerretDB/wire/pull/41?src=pr&el=tree&filepath=wirebson%2Flogging.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FerretDB#diff-d2lyZWJzb24vbG9nZ2luZy5nbw==) | `92.30% <100.00%> (ø)` | | | [wirebson/raw\_array.go](https://app.codecov.io/gh/FerretDB/wire/pull/41?src=pr&el=tree&filepath=wirebson%2Fraw_array.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FerretDB#diff-d2lyZWJzb24vcmF3X2FycmF5Lmdv) | `25.00% <100.00%> (ø)` | | | [wirebson/size.go](https://app.codecov.io/gh/FerretDB/wire/pull/41?src=pr&el=tree&filepath=wirebson%2Fsize.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FerretDB#diff-d2lyZWJzb24vc2l6ZS5nbw==) | `96.00% <100.00%> (ø)` | | | [wirebson/array.go](https://app.codecov.io/gh/FerretDB/wire/pull/41?src=pr&el=tree&filepath=wirebson%2Farray.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FerretDB#diff-d2lyZWJzb24vYXJyYXkuZ28=) | `62.68% <76.47%> (-0.48%)` | :arrow_down: | | [wirebson/document.go](https://app.codecov.io/gh/FerretDB/wire/pull/41?src=pr&el=tree&filepath=wirebson%2Fdocument.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FerretDB#diff-d2lyZWJzb24vZG9jdW1lbnQuZ28=) | `46.00% <60.00%> (+1.55%)` | :arrow_up: | | [Flag](https://app.codecov.io/gh/FerretDB/wire/pull/41/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FerretDB) | Coverage Δ | | |---|---|---| | [test](https://app.codecov.io/gh/FerretDB/wire/pull/41/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=FerretDB) | `65.08% <77.14%> (-0.02%)` | :arrow_down: | 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=FerretDB#carryforward-flags-in-the-pull-request-comment) to find out more.