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

docs & style & test: 1.新增tools工具目录,并将许可证和发布工具加入其中 #4

Closed Breeze0806 closed 2 years ago

Breeze0806 commented 2 years ago

2.新增数据源插件模板新增工具 3.修复许可证工具中的重复新增许可证的问题 4.添加mysql/postgres writer单元测试 5.更新go mod以修复部分包的安全问题 6.新增这些变更说明至文档

codecov-commenter commented 2 years ago

Codecov Report

Merging #4 (f317221) into main (535c6a9) will decrease coverage by 1.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
- Coverage   88.05%   87.02%   -1.04%     
==========================================
  Files          93       97       +4     
  Lines        3793     3853      +60     
==========================================
+ Hits         3340     3353      +13     
- Misses        297      344      +47     
  Partials      156      156              
Impacted Files Coverage Δ
datax/plugin/reader/csv/config.go 60.00% <ø> (ø)
datax/plugin/reader/csv/job.go 73.33% <ø> (ø)
datax/plugin/reader/file/job.go 100.00% <ø> (ø)
datax/plugin/reader/file/task.go 94.87% <ø> (ø)
datax/plugin/reader/rdbm/config.go 100.00% <ø> (ø)
datax/plugin/reader/rdbm/db_handler.go 100.00% <ø> (ø)
datax/plugin/reader/rdbm/job.go 82.85% <ø> (ø)
datax/plugin/reader/rdbm/parameter.go 100.00% <ø> (ø)
datax/plugin/reader/rdbm/querier_test_help.go 67.56% <ø> (ø)
datax/plugin/reader/rdbm/task.go 90.90% <ø> (ø)
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 535c6a9...f317221. Read the comment docs.