Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Cleanup uploaded files #87

Merged
merged 8 commits into from
Feb 10, 2022
Merged

Cleanup uploaded files #87

merged 8 commits into from
Feb 10, 2022

Conversation

tarampampam
Copy link
Collaborator

@tarampampam tarampampam commented Feb 9, 2022

Description

Added

  • Listener CleanupUploadedFilesListener for removing temporary files, which was created during uploading

Fixes #84

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I wrote unit tests for my code (if tests is required for my changes)
  • I have made changes in CHANGELOG.md file

@codecov
Copy link

codecov bot commented Feb 9, 2022

Codecov Report

Merging #87 (11aace0) into master (c7ddf23) will increase coverage by 0.22%.
The diff coverage is 100.00%.

❗ Current head 11aace0 differs from pull request most recent head fb0c6eb. Consider uploading reports for the commit fb0c6eb to get more accurate results

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #87      +/-   ##
============================================
+ Coverage     78.09%   78.32%   +0.22%     
- Complexity      337      343       +6     
============================================
  Files            64       65       +1     
  Lines           849      858       +9     
============================================
+ Hits            663      672       +9     
  Misses          186      186              
Impacted Files Coverage Δ
src/Listeners/CleanupUploadedFilesListener.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da2fb4a...fb0c6eb. Read the comment docs.

@tarampampam tarampampam marked this pull request as ready for review February 10, 2022 14:48
@tarampampam tarampampam merged commit e260bef into master Feb 10, 2022
@tarampampam tarampampam deleted the cleanup-upload branch February 10, 2022 14:48
@tarampampam tarampampam self-assigned this Feb 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disk problem on uploading files.
1 participant