[PR #73] [MERGED] Increase code coverage unit test + Update readme #875

Closed
opened 2026-03-15 15:40:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/73
Author: @sadok-f
Created: 7/2/2017
Status: Merged
Merged: 7/2/2017
Merged by: @sadok-f

Base: masterHead: add-code-coverage


📝 Commits (3)

  • 0955b87 Increase code coverage unit test + Update readme
  • c56fa39 [#74] Add more UnitTest + increade code coverage
  • b80fc83 Remove testUploadActionWebp test

📊 Changes

12 files changed (+175 additions, -75 deletions)

View changed files

📝 README.md (+7 -1)
📝 config/parameters.yml (+0 -3)
📝 src/Core/Entity/Image.php (+3 -9)
src/Core/Exception/ExecFailedException.php (+7 -0)
📝 src/Core/Processor/Processor.php (+9 -9)
📝 tests/Core/BaseTest.php (+3 -0)
📝 tests/Core/Controller/DefaultControllerTest.php (+2 -39)
📝 tests/Core/Handler/ImageHandlerTest.php (+19 -14)
tests/Core/Processor/FaceDetectProcessorTest.php (+40 -0)
tests/Core/Processor/ProcessorTest.php (+29 -0)
tests/Core/StorageProvider/S3StorageProviderTest.php (+56 -0)
tests/testImages/face_fb.jpg (+0 -0)

📄 Description

#74


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/73 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 7/2/2017 **Status:** ✅ Merged **Merged:** 7/2/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `add-code-coverage` --- ### 📝 Commits (3) - [`0955b87`](https://github.com/flyimg/flyimg/commit/0955b879eb1830f3ac2b9e266a2d17ed1698b7d0) Increase code coverage unit test + Update readme - [`c56fa39`](https://github.com/flyimg/flyimg/commit/c56fa3991d64257bd2632c42d5916d2c4d8b2653) [#74] Add more UnitTest + increade code coverage - [`b80fc83`](https://github.com/flyimg/flyimg/commit/b80fc8322f366550075c3d820b04ea816f422678) Remove testUploadActionWebp test ### 📊 Changes **12 files changed** (+175 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -1) 📝 `config/parameters.yml` (+0 -3) 📝 `src/Core/Entity/Image.php` (+3 -9) ➕ `src/Core/Exception/ExecFailedException.php` (+7 -0) 📝 `src/Core/Processor/Processor.php` (+9 -9) 📝 `tests/Core/BaseTest.php` (+3 -0) 📝 `tests/Core/Controller/DefaultControllerTest.php` (+2 -39) 📝 `tests/Core/Handler/ImageHandlerTest.php` (+19 -14) ➕ `tests/Core/Processor/FaceDetectProcessorTest.php` (+40 -0) ➕ `tests/Core/Processor/ProcessorTest.php` (+29 -0) ➕ `tests/Core/StorageProvider/S3StorageProviderTest.php` (+56 -0) ➕ `tests/testImages/face_fb.jpg` (+0 -0) </details> ### 📄 Description #74 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:40:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#875
No description provided.