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

feat & test &fix & docs: 1.新增db2数据库方言以及db2数据源特性 2.新增db2数据库方言以及db2数据源单元测试 3.新增db2数据源相关文档 4.修复发布命令注册时遇到的问题 #5

Closed Breeze0806 closed 2 years ago

Breeze0806 commented 2 years ago

Test did not pass

codecov-commenter commented 2 years ago

Codecov Report

Merging #5 (ec5f08d) into main (412bcea) will increase coverage by 2.01%. The diff coverage is 94.58%.

@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   86.88%   88.89%   +2.01%     
==========================================
  Files          97      103       +6     
  Lines        3888     4116     +228     
==========================================
+ Hits         3378     3659     +281     
+ Misses        348      288      -60     
- Partials      162      169       +7     
Impacted Files Coverage Δ
datax/plugin/reader/reader.go 55.55% <ø> (+5.55%) :arrow_up:
datax/plugin/writer/writer.go 52.94% <ø> (+5.57%) :arrow_up:
element/time.go 100.00% <ø> (ø)
datax/plugin/writer/db2/task.go 57.14% <57.14%> (ø)
datax/plugin/writer/db2/writer.go 60.00% <60.00%> (ø)
storage/database/db2/field.go 98.40% <98.40%> (ø)
element/string_column_value.go 100.00% <100.00%> (ø)
element/time_column_value.go 100.00% <100.00%> (ø)
storage/database/db2/config.go 100.00% <100.00%> (ø)
storage/database/db2/source.go 100.00% <100.00%> (ø)
... and 10 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 412bcea...ec5f08d. Read the comment docs.