Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2978 +/- ##
==========================================
- Coverage 84.29% 84.29% -0.01%
==========================================
Files 156 156
Lines 42907 42907
==========================================
- Hits 36168 36167 -1
- Misses 6739 6740 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
958fd33 to
a81a3dd
Compare
a81a3dd to
77cd34d
Compare
1 task
77cd34d to
4f5644f
Compare
4f5644f to
d3f3404
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.2.19->0.3.0Release Notes
spire-rs/countio (countio)
v0.3.0Added
Progress<D>wrapper for tracking progress with percentage calculationsexpected_reader_bytesandexpected_writer_bytestracking inProgressreader_percentage()andwriter_percentage()methods forProgresswith_expected_reader_bytes(),with_expected_writer_bytes(), andwith_expected_bytes()constructorsCloneimplementation forCounter<D>andProgress<D>whenD: CloneDefaultimplementation forCounter<D>andProgress<D>whenD: DefaultDebugimplementation forProgress<D>whenD: Debugreset()method for bothCounterandProgressto reset byte countersstdfeature flag (enabled by default) forstd::iotrait implementationsChanged
bytes_read()toreader_bytes()for consistencybytes_written()towriter_bytes()for consistencybytes_processed()tototal_bytes()with_bytes()parameter order to(inner, reader_bytes, writer_bytes)Removed
counter()andcounter_mut()fromProgress(use delegated methods instead)Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.