petabi / eventio

A Collection of Event I/O Processors
Apache License 2.0
1 stars 1 forks source link

Relax trait requirements for `split` #42

Closed msk closed 3 years ago

msk commented 3 years ago

split requires Clone, rather than Copy for initialize, fold, and finalize.

codecov[bot] commented 3 years ago

Codecov Report

Merging #42 (e6facb2) into main (bbfd526) will increase coverage by 0.34%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
+ Coverage   59.31%   59.65%   +0.34%     
==========================================
  Files           6        6              
  Lines         349      352       +3     
==========================================
+ Hits          207      210       +3     
  Misses        142      142              
Impacted Files Coverage Δ
src/pipeline.rs 100.00% <100.00%> (ø)

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 bbfd526...e6facb2. Read the comment docs.