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 & test & docs: 1.新增datax,数据库存储,文件存储等开发指南 2.修复核心模块的任务组中的runner错误不返… …回的问题 3.新增单元测试csv和xlsx文件的null 4.修改数据源部分注释和插件文档 #6

Closed Breeze0806 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #6 (082fd9d) into main (1626e41) will increase coverage by 0.47%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   88.89%   89.36%   +0.47%     
==========================================
  Files         103      103              
  Lines        4116     4120       +4     
==========================================
+ Hits         3659     3682      +23     
+ Misses        288      274      -14     
+ Partials      169      164       -5     
Impacted Files Coverage Δ
storage/database/db2/config.go 100.00% <ø> (ø)
storage/database/source.go 100.00% <ø> (ø)
storage/database/table.go 100.00% <ø> (ø)
storage/stream/file/xlsx/config.go 90.69% <ø> (-0.42%) :arrow_down:
datax/core/taskgroup/container.go 89.90% <100.00%> (+0.79%) :arrow_up:
datax/core/taskgroup/runner/writer.go 100.00% <100.00%> (ø)
datax/core/taskgroup/task_execer.go 91.40% <100.00%> (ø)
element/bytes_column_value.go 100.00% <100.00%> (ø)
storage/stream/file/xlsx/stream.go 78.51% <100.00%> (+8.14%) :arrow_up:
storage/stream/file/csv/stream.go 84.74% <0.00%> (+6.77%) :arrow_up:
... and 1 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 1626e41...082fd9d. Read the comment docs.