Open xNxExOx opened 9 months ago
Attention: Patch coverage is 13.04348%
with 20 lines
in your changes are missing coverage. Please review.
Project coverage is 62.69%. Comparing base (
f688e38
) to head (f8b06d6
).
Files | Patch % | Lines |
---|---|---|
src/append/console.rs | 0.00% | 5 Missing :warning: |
src/append/rolling_file/mod.rs | 0.00% | 5 Missing :warning: |
src/encode/mod.rs | 0.00% | 4 Missing :warning: |
src/append/file.rs | 0.00% | 3 Missing :warning: |
src/encode/pattern/mod.rs | 0.00% | 3 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@xNxExOx I've got a lot of the CI fixes running in my test branch. Clippy went and changed some rules on us and then toml upped their MSRV to 1.70. If you're okay waiting for that branch, you can wait it out. Otherwise see if you can tackle the Clippy warnings and update the MSRV (Cargo.toml, README, and main.yml in the workflows).
Test coverage updates are always appreciated. But I've got 2000+ lines of test code that should cover a majority of the project that is missing it.
@xNxExOx #354 is out with just the changes to fix the builds if your interested. Talking with the owner to get that merged in ASAP
Fixes are in main now. @xNxExOx
This lgtm, @xNxExOx can you get CI passing and we'll get this merged?
😕 does these checks pass on the main branch? because they seems totally unrelared to anything I changed.
Agreed, this is stalled on the deprecated API
No need to swap to this, but was checking in on alternatives and it looks like the rust language proper just swapped from derivative to https://crates.io/crates/derive-where.
I see only that the job failed, but no idea why, so I am not looking into it.
Yup no worries. Working on getting the fix into main. Should happen this weekend or next.
I'll take a look at this either today or tomorrow. Thanks for the PR!