boinkor-net / governor

A rate-limiting library for Rust (f.k.a. ratelimit_meter)
https://github.com/boinkor-net/governor
MIT License
579 stars 45 forks source link

Move to cargo workspaces #111

Closed antifuchs closed 2 years ago

antifuchs commented 2 years ago

This is a massive rename, but nothing significant changed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #111 (9881d6c) into master (b6cde43) will decrease coverage by 0.72%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
- Coverage   96.96%   96.24%   -0.73%     
==========================================
  Files          30       30              
  Lines        2075     2075              
==========================================
- Hits         2012     1997      -15     
- Misses         63       78      +15     
Impacted Files Coverage Δ
governor/src/_guide.rs 100.00% <ø> (ø)
governor/src/clock.rs 93.22% <ø> (ø)
governor/src/clock/quanta.rs 100.00% <ø> (ø)
governor/src/clock/with_std.rs 100.00% <ø> (ø)
governor/src/errors.rs 100.00% <ø> (ø)
governor/src/gcra.rs 100.00% <ø> (ø)
governor/src/jitter.rs 100.00% <ø> (ø)
governor/src/lib.rs 100.00% <ø> (ø)
governor/src/middleware.rs 100.00% <ø> (ø)
governor/src/nanos.rs 100.00% <ø> (ø)
... and 22 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 b6cde43...9881d6c. Read the comment docs.

antifuchs commented 2 years ago

OK, I think the coverage difference is due to normal fluctuations.

bors merge

bors[bot] commented 2 years ago

Build succeeded: