panjf2000 / gnet

🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
https://gnet.host
Apache License 2.0
9.7k stars 1.04k forks source link

chore: consolidate the import declaration of the internal error package #501

Closed panjf2000 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 46.15% and no project coverage change.

Comparison is base (f7830a4) 76.68% compared to head (bd35ff7) 76.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #501 +/- ## ======================================= Coverage 76.68% 76.68% ======================================= Files 25 25 Lines 2466 2466 ======================================= Hits 1891 1891 Misses 435 435 Partials 140 140 ``` | [Flag](https://app.codecov.io/gh/panjf2000/gnet/pull/501/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/panjf2000/gnet/pull/501/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan) | `76.68% <46.15%> (ø)` | | 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=Andy+Pan#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/panjf2000/gnet/pull/501?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan) | Coverage Δ | | |---|---|---| | [client\_unix.go](https://app.codecov.io/gh/panjf2000/gnet/pull/501?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan#diff-Y2xpZW50X3VuaXguZ28=) | `58.06% <0.00%> (ø)` | | | [connection\_unix.go](https://app.codecov.io/gh/panjf2000/gnet/pull/501?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan#diff-Y29ubmVjdGlvbl91bml4Lmdv) | `71.56% <0.00%> (ø)` | | | [eventloop\_unix.go](https://app.codecov.io/gh/panjf2000/gnet/pull/501?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan#diff-ZXZlbnRsb29wX3VuaXguZ28=) | `74.11% <100.00%> (ø)` | |

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