Breeze0806 / go-etl

go-etl is a toolset for data extraction, transformation and loading。(go-etl是一个集数据源抽取,转化,加载的工具集,提供强大的数据同步能力)
Apache License 2.0
118 stars 38 forks source link

fix&docs&test: 修复pprof显示和taskgroup重试任务从队列取出运行,新增文档说明如何使用监控端口 #16

Closed Breeze0806 closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 85.18% and project coverage change: +0.17 :tada:

Comparison is base (df2bda9) 92.31% compared to head (d9bdd5b) 92.48%.

: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 @@ ## main #16 +/- ## ========================================== + Coverage 92.31% 92.48% +0.17% ========================================== Files 121 121 Lines 6541 6545 +4 ========================================== + Hits 6038 6053 +15 + Misses 400 393 -7 + Partials 103 99 -4 ``` | [Impacted Files](https://app.codecov.io/gh/Breeze0806/go-etl/pull/16?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [datax/core/taskgroup/container.go](https://app.codecov.io/gh/Breeze0806/go-etl/pull/16?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZGF0YXgvY29yZS90YXNrZ3JvdXAvY29udGFpbmVyLmdv) | `86.62% <81.81%> (-0.71%)` | :arrow_down: | | [datax/core/taskgroup/task\_execer.go](https://app.codecov.io/gh/Breeze0806/go-etl/pull/16?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZGF0YXgvY29yZS90YXNrZ3JvdXAvdGFza19leGVjZXIuZ28=) | `97.51% <100.00%> (+8.96%)` | :arrow_up: | | [datax/core/taskgroup/task\_manager.go](https://app.codecov.io/gh/Breeze0806/go-etl/pull/16?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZGF0YXgvY29yZS90YXNrZ3JvdXAvdGFza19tYW5hZ2VyLmdv) | `100.00% <100.00%> (ø)` | | | [datax/core/transport/channel/channel.go](https://app.codecov.io/gh/Breeze0806/go-etl/pull/16?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZGF0YXgvY29yZS90cmFuc3BvcnQvY2hhbm5lbC9jaGFubmVsLmdv) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/Breeze0806/go-etl/pull/16/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

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