go-zeromq / zmq4

[WIP] Pure-Go implementation of ZeroMQ-4
BSD 3-Clause "New" or "Revised" License
333 stars 56 forks source link

Improve the `CI` github action #137

Closed bartekpacia closed 1 year ago

bartekpacia commented 1 year ago

Simplified the workflow and added verifying that code is formatted with gofmt.

codecov[bot] commented 1 year ago

Codecov Report

Base: 67.38% // Head: 67.54% // Increases project coverage by +0.16% :tada:

Coverage data is based on head (1d0e21e) compared to base (7197359). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #137 +/- ## ========================================== + Coverage 67.38% 67.54% +0.16% ========================================== Files 29 29 Lines 1821 1821 ========================================== + Hits 1227 1230 +3 + Misses 491 489 -2 + Partials 103 102 -1 ``` | [Impacted Files](https://codecov.io/gh/go-zeromq/zmq4/pull/137?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-zeromq) | Coverage Δ | | |---|---|---| | [conn.go](https://codecov.io/gh/go-zeromq/zmq4/pull/137/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-zeromq#diff-Y29ubi5nbw==) | `56.32% <0.00%> (+1.14%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-zeromq). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-zeromq)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.