childe / gohangout

使用 golang 模仿的 Logstash。用于消费 Kafka 数据,处理后写入 ES、Clickhouse 等。
MIT License
1.01k stars 234 forks source link

add ci workflow #225

Closed ColinChamber closed 1 year ago

ColinChamber commented 1 year ago

I suppose that the workflow would help maintainer review pull requests. Checking codecov and Using golangci-lint can also promote the quality of the project.

codecov-commenter commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@46a2951). Click here to learn what that means. Patch has no changes to coverable lines.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #225 +/- ## ========================================= Coverage ? 32.54% ========================================= Files ? 53 Lines ? 4381 Branches ? 0 ========================================= Hits ? 1426 Misses ? 2800 Partials ? 155 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `32.54% <0.00%> (?)` | | 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=None#carryforward-flags-in-the-pull-request-comment) to find out more.

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

ColinChamber commented 1 year ago

preview image