jeromefroe / tsz-rs

A crate for time series compression based upon Facebook's Gorilla whitepaper
https://docs.rs/tsz/
MIT License
86 stars 15 forks source link

[CI] Update CI to use rustfmt and clippy #1

Closed jeromefroe closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #1 into master will increase coverage by 0.23%. The diff coverage is 93.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
+ Coverage   91.25%   91.48%   +0.23%     
==========================================
  Files           7        7              
  Lines         572      564       -8     
==========================================
- Hits          522      516       -6     
+ Misses         50       48       -2
Impacted Files Coverage Δ
src/stream/mod.rs 16.66% <ø> (ø) :arrow_up:
src/decode/mod.rs 5.26% <ø> (ø) :arrow_up:
src/encode/std_encoder.rs 98.11% <100%> (+0.03%) :arrow_up:
src/lib.rs 88.63% <100%> (-2.67%) :arrow_down:
src/stream/buffered_write.rs 94.02% <50%> (ø) :arrow_up:
src/stream/buffered_read.rs 96.06% <75%> (+0.03%) :arrow_up:
src/decode/std_decoder.rs 96.09% <97.29%> (+1.93%) :arrow_up:

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 201a670...4bda3d6. Read the comment docs.