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

chores: fix 32bit build with -Wconversion #281

Merged
merged 4 commits into from
Aug 12, 2024

file: make block_count uint64_t

1f59646
Select commit
Loading
Failed to load commit list.
Merged

chores: fix 32bit build with -Wconversion #281

file: make block_count uint64_t
1f59646
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 12, 2024 in 1s

64.62% (-0.13%) compared to 2566f85

View this Pull Request on Codecov

64.62% (-0.13%) compared to 2566f85

Details

Codecov Report

Attention: Patch coverage is 73.40426% with 25 lines in your changes missing coverage. Please review.

Project coverage is 64.62%. Comparing base (2566f85) to head (1f59646).

Files Patch % Lines
libsqsh/src/easy/file.c 69.56% 4 Missing and 3 partials ⚠️
libsqsh/src/mapper/mapper.c 50.00% 4 Missing and 1 partial ⚠️
libsqsh/src/file/file_iterator.c 69.23% 4 Missing ⚠️
libsqsh/src/file/file.c 57.14% 2 Missing and 1 partial ⚠️
libsqsh/src/mapper/map_slice.c 50.00% 1 Missing and 1 partial ⚠️
tools/src/stat.c 0.00% 2 Missing ⚠️
libsqsh/src/archive/trailing_context.c 0.00% 1 Missing ⚠️
libsqsh/src/table/export_table.c 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #281      +/-   ##
==========================================
- Coverage   64.75%   64.62%   -0.13%     
==========================================
  Files          74       74              
  Lines        5541     5578      +37     
  Branches      833      840       +7     
==========================================
+ Hits         3588     3605      +17     
- Misses       1471     1485      +14     
- Partials      482      488       +6     

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