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

feat: zstd compression #158

Merged
merged 3 commits into from
Jun 7, 2024
Merged

feat: zstd compression #158

merged 3 commits into from
Jun 7, 2024

Conversation

curbengh
Copy link
Owner

@curbengh curbengh commented Jun 6, 2024

disabled by default due to lack of server support, caddy is the only one that supports it natively.
close #156

disabled by default due to lack of server support
close #156
to include zstd binary
@codecov-commenter
Copy link

codecov-commenter commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 95.83333% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.61%. Comparing base (e99e110) to head (1b04f7c).

Files Patch % Lines
lib/filter.js 95.83% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
- Coverage   98.95%   98.61%   -0.35%     
==========================================
  Files           1        1              
  Lines         192      216      +24     
  Branches       42       46       +4     
==========================================
+ Hits          190      213      +23     
- Misses          2        3       +1     

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

@curbengh
Copy link
Owner Author

curbengh commented Jun 7, 2024

tested working curbengh/hexo-testing@37dafa1

@curbengh curbengh merged commit f7df263 into master Jun 7, 2024
22 checks passed
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.

Zstd compression
2 participants