Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Simplified traits and added documentation #603

Merged
merged 1 commit into from
Nov 13, 2021
Merged

Simplified traits and added documentation #603

merged 1 commit into from
Nov 13, 2021

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Nov 12, 2021
@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #603 (ad902b3) into main (eb6ef19) will increase coverage by 0.08%.
The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #603      +/-   ##
==========================================
+ Coverage   79.21%   79.29%   +0.08%     
==========================================
  Files         400      401       +1     
  Lines       24909    25079     +170     
==========================================
+ Hits        19732    19887     +155     
- Misses       5177     5192      +15     
Impacted Files Coverage Δ
src/compute/aggregate/min_max.rs 66.66% <ø> (ø)
src/compute/arithmetics/mod.rs 25.80% <ø> (ø)
src/compute/hash.rs 100.00% <ø> (ø)
src/compute/arithmetics/basic/add.rs 88.46% <88.88%> (ø)
src/compute/arithmetics/basic/mul.rs 88.46% <88.88%> (ø)
src/compute/arithmetics/basic/sub.rs 88.46% <88.88%> (ø)
src/compute/arithmetics/basic/div.rs 78.68% <100.00%> (ø)
src/compute/arithmetics/basic/rem.rs 85.45% <100.00%> (ø)
src/compute/arithmetics/decimal/add.rs 82.60% <100.00%> (ø)
src/compute/arithmetics/decimal/div.rs 80.76% <100.00%> (ø)
... and 14 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 eb6ef19...ad902b3. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 73ee16d into main Nov 13, 2021
@jorgecarleitao jorgecarleitao deleted the simpler branch November 13, 2021 05:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement An improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant