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

file_iterator: dynamically allocate zero block #166

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

Gottox
Copy link
Owner

@Gottox Gottox commented Nov 20, 2023

This change reintroduces a dynamically allocated zero block. For now it has a fixed size. In contrast to a fixed rodata segment, dynamic allocations do not increase the build artifact size.

This change reintroduces a dynamically allocated zero block. For now it
has a fixed size. In contrast to a fixed rodata segment, dynamic
allocations do not increase the build artifact size.
Copy link

sonarcloud bot commented Nov 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

codecov bot commented Nov 20, 2023

Codecov Report

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

Comparison is base (5617682) 61.20% compared to head (7bca4a7) 61.24%.

Files Patch % Lines
libsqsh/src/archive/archive.c 66.66% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #166      +/-   ##
==========================================
+ Coverage   61.20%   61.24%   +0.03%     
==========================================
  Files          59       59              
  Lines        4764     4776      +12     
  Branches      717      718       +1     
==========================================
+ Hits         2916     2925       +9     
- Misses       1426     1428       +2     
- Partials      422      423       +1     

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

@Gottox Gottox merged commit 7b34b74 into main Nov 20, 2023
25 checks passed
@Gottox Gottox deleted the improve/dynamic-zero-block branch November 20, 2023 21:32
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.

1 participant