Closed kanavin closed 2 years ago
Makes sense, thanks for your patch.
Can you please fix the CI and then I'll merge?
Makes sense, thanks for your patch.
Can you please fix the CI and then I'll merge?
Should be fixed now.
Ok, now I did locally run the build, the tests, and rustfmt on the code, hope this should be enough :)
Merging #56 (a1aab65) into master (e470dc0) will decrease coverage by
0.38%
. The diff coverage is91.66%
.:exclamation: Current head a1aab65 differs from pull request most recent head 12feaae. Consider uploading reports for the commit 12feaae to get more accurate results
@@ Coverage Diff @@
## master #56 +/- ##
==========================================
- Coverage 77.67% 77.29% -0.39%
==========================================
Files 3 3
Lines 2611 2620 +9
==========================================
- Hits 2028 2025 -3
- Misses 583 595 +12
Impacted Files | Coverage Δ | |
---|---|---|
src/lib.rs | 59.80% <90.90%> (-0.63%) |
:arrow_down: |
src/test.rs | 98.37% <100.00%> (ø) |
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 e470dc0...12feaae. Read the comment docs.
Looks like clippy
isn't happy now.
Looks like
clippy
isn't happy now.
Just fixed.
I just published 6.0.0
with your patch, thanks!
I just published
6.0.0
with your patch, thanks!
:+1:
Otherwise they come out in non-reproducible order, and that order leaks into target binaries.
Signed-off-by: Alexander Kanavin alex@linutronix.de