Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip files that are detected as binary #297

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

spenserblack
Copy link
Owner

This will try to detect if a file is binary (currently uses a very naive
approach) and unconditionally skip that file if it is binary.

@spenserblack spenserblack linked an issue Jan 30, 2024 that may be closed by this pull request
This will try to detect if a file is binary (currently uses a very naive
approach) and *unconditionally skip that file* if it is binary.
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (ed2baf1) 87.78% compared to head (4e479d0) 87.88%.

Files Patch % Lines
gengo/src/lib.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #297      +/-   ##
==========================================
+ Coverage   87.78%   87.88%   +0.09%     
==========================================
  Files          17       18       +1     
  Lines         606      619      +13     
==========================================
+ Hits          532      544      +12     
- Misses         74       75       +1     
Flag Coverage Δ
87.88% <92.30%> (+0.09%) ⬆️
macOS-latest 87.64% <92.30%> (+0.10%) ⬆️
ubuntu-latest 84.50% <83.33%> (-0.03%) ⬇️
windows-latest 64.97% <92.30%> (+0.59%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@spenserblack spenserblack merged commit b6b8e96 into main Jan 30, 2024
11 checks passed
@spenserblack spenserblack deleted the chore/10/skip-binary-files branch January 30, 2024 18:47
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.

Skip files that are most likely binary
1 participant