Skip to content

Final various fixes#136

Merged
folkertdev merged 6 commits into
mainfrom
fixes
May 12, 2026
Merged

Final various fixes#136
folkertdev merged 6 commits into
mainfrom
fixes

Conversation

@folkertdev
Copy link
Copy Markdown
Member

@folkertdev folkertdev commented May 11, 2026

best reviewed commit-by-commit

Comment on lines -1027 to +1028
if fp != STDIN!() && fp != STDOUT!() {
if close_handle {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so that we can run the test with miri, which does not implement *FILE functions.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2026

Codecov Report

❌ Patch coverage is 97.36842% with 5 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
libbz2-rs-sys/src/high_level.rs 92.75% 5 Missing ⚠️
Flag Coverage Δ
fuzz-compress_then_decompress 50.73% <0.00%> (+0.02%) ⬆️
fuzz-decompress_chunked 30.85% <3.44%> (-2.51%) ⬇️
test-aarch64-apple-darwin 89.87% <97.36%> (+0.38%) ⬆️
test-aarch64-unknown-linux-gnu 89.87% <97.36%> (+0.38%) ⬆️
test-i686-unknown-linux-gnu 89.87% <97.36%> (+0.38%) ⬆️
test-x86_64-apple-darwin 89.87% <97.36%> (+0.38%) ⬆️
test-x86_64-unknown-linux-gnu 90.02% <97.36%> (+0.37%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
libbz2-rs-sys/src/bzlib.rs 94.90% <100.00%> (-0.09%) ⬇️
libbz2-rs-sys/src/decompress.rs 97.75% <100.00%> (ø)
test-libbz2-rs-sys/src/lib.rs 95.88% <100.00%> (+0.54%) ⬆️
libbz2-rs-sys/src/high_level.rs 84.00% <92.75%> (+1.46%) ⬆️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@folkertdev folkertdev requested a review from bjorn3 May 11, 2026 16:59
@folkertdev folkertdev merged commit 973467c into main May 12, 2026
25 checks passed
@folkertdev folkertdev deleted the fixes branch May 12, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants