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

Fix inconsistent behaviour between macOS and Linux #8

Merged
merged 2 commits into from
Aug 29, 2024
Merged

Fix inconsistent behaviour between macOS and Linux #8

merged 2 commits into from
Aug 29, 2024

Conversation

fpseverino
Copy link
Member

Fix a bug appearing only in Linux where the destination file of a quick zip couldn't be found.

This error didn't occur in previous versions because in macOS it was saved to the Documents directory and in Linux to the temporary directory.

Now on both platforms it saves it to the temporary directory.

(This bug causes PassKit tests to fail)

@fpseverino fpseverino added the bug Something isn't working label Aug 29, 2024
Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.07%. Comparing base (2d2e186) to head (3e45a3f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
- Coverage   96.14%   96.07%   -0.07%     
==========================================
  Files           7        7              
  Lines         337      331       -6     
==========================================
- Hits          324      318       -6     
  Misses         13       13              
Files with missing lines Coverage Δ
Sources/Zip/QuickZip.swift 100.00% <100.00%> (ø)

Copy link

@MahdiBM MahdiBM left a comment

Choose a reason for hiding this comment

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

Looks good generally. See if my comment makes sense or not.

Sources/Zip/QuickZip.swift Outdated Show resolved Hide resolved
@fpseverino fpseverino merged commit 567d515 into vapor-community:main Aug 29, 2024
9 of 10 checks passed
@fpseverino fpseverino deleted the fix branch August 29, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants