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: 新增有调用栈的error和作者 #8

Closed Breeze0806 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #8 (fd74a39) into main (18d7199) will increase coverage by 2.42%. The diff coverage is 73.03%.

@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   89.32%   91.74%   +2.42%     
==========================================
  Files         103      101       -2     
  Lines        4140     3963     -177     
==========================================
- Hits         3698     3636      -62     
+ Misses        276      201      -75     
+ Partials      166      126      -40     
Impacted Files Coverage Δ
datax/plugin/reader/reader.go 50.00% <0.00%> (ø)
datax/plugin/writer/db2/task.go 66.66% <0.00%> (+9.52%) :arrow_up:
datax/plugin/writer/mysql/task.go 81.81% <0.00%> (+12.58%) :arrow_up:
datax/plugin/writer/postgres/task.go 66.66% <0.00%> (+9.52%) :arrow_up:
datax/plugin/writer/writer.go 47.36% <0.00%> (ø)
storage/stream/file/csv/stream.go 84.74% <0.00%> (ø)
storage/stream/file/in_streamer.go 52.83% <0.00%> (ø)
storage/stream/file/out_stremer.go 63.33% <0.00%> (ø)
storage/stream/file/xlsx/stream.go 78.51% <0.00%> (ø)
datax/plugin/writer/file/task.go 64.51% <38.88%> (+1.40%) :arrow_up:
... 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 18d7199...fd74a39. Read the comment docs.