Skip to content

Fix/cookie netscape file#30

Merged
PBXg33k merged 4 commits into
developfrom
fix/cookie-netscape-file
Apr 15, 2026
Merged

Fix/cookie netscape file#30
PBXg33k merged 4 commits into
developfrom
fix/cookie-netscape-file

Conversation

@PBXg33k
Copy link
Copy Markdown
Contributor

@PBXg33k PBXg33k commented Apr 15, 2026

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@github-actions
Copy link
Copy Markdown

badge

Code Coverage Summary

Filename                                                         Stmts    Miss  Cover    Missing
-------------------------------------------------------------  -------  ------  -------  ----------------------------------------
Command/CoreDownloadersUpdateCommand.php                            19      19  0.00%    22-57
Command/DownloadRouterMigrationSetDownloadjobOwnerCommand.php       33      33  0.00%    32-93
Command/ScanDownloadedFilesCommand.php                              38      38  0.00%    30-98
Command/UrlDownloadCommand.php                                      36      36  0.00%    30-92
Controller/AuthController.php                                      236      12  94.92%   297-302, 356, 362-366
Controller/DownloadController.php                                   27      27  0.00%    18-78
Controller/WellKnownController.php                                  19       0  100.00%
DataFixtures/TestUserFixtures.php                                    4       0  100.00%
Doctrine/CurrentUserExtension.php                                   11      11  0.00%    21-49
Dto/CookieDTO.php                                                   36       5  86.11%   27, 32-37, 42
Dto/DownloadJobDTO.php                                               0       0  0.00%
Dto/JobAcceptedDTO.php                                              15       0  100.00%
Entity/DownloadJob.php                                              67       5  92.54%   155, 185, 303-305
Entity/DownloadJobEvent.php                                         33      30  9.09%    67-75, 92-179
Entity/DownloadedFile.php                                           24      18  25.00%   67-71, 92-149
Entity/Downloader.php                                                0       0  0.00%
Entity/OidcSubjectIdentifier.php                                    14       0  100.00%
Entity/SupportedSite.php                                            16      16  0.00%    48-108
Entity/Version.php                                                   1       0  100.00%
Enum/DownloadStateEnum.php                                           7       7  0.00%    15-21
Enum/DownloaderTypeEnum.php                                          4       0  100.00%
Enum/JobTypeEnum.php                                                 3       0  100.00%
Event/CliProcessErrOutputEvent.php                                   1       0  100.00%
Event/CliProcessOutputEvent.php                                      2       1  50.00%   21
Event/CliProcessStartEvent.php                                       1       1  0.00%    15
Event/CliProcessStdOutputEvent.php                                   1       0  100.00%
Event/CliProcessStopEvent.php                                        1       1  0.00%    18
Event/JobCompletedEvent.php                                          4       0  100.00%
Event/JobFailedEvent.php                                             5       0  100.00%
Event/JobPickedUpEvent.php                                           4       0  100.00%
Event/JobUpdateEvent.php                                             5       0  100.00%
Event/ProcessStartEvent.php                                          1       1  0.00%    13
Event/ProcessStopEvent.php                                           1       1  0.00%    15
EventListener/CleanupListener.php                                    9       0  100.00%
EventListener/CliProcessListener.php                                29       1  96.55%   76
EventListener/JobEventLogger.php                                    59      59  0.00%    24-113
EventListener/ProcessStoppedListener.php                            44      44  0.00%    24-92
Factory/DownloaderFactory.php                                       26       0  100.00%
Handler/DownloadJobDTOHandler.php                                    1       1  0.00%    14
Handler/DownloadJobHandler.php                                      51       0  100.00%
Message/UpdateDownloadersMessage.php                                 0       0  0.00%
MessageHandler/UpdateDownloadersMessageHandler.php                  10      10  0.00%    19-32
Repository/DownloadJobEventRepository.php                            1       1  0.00%    16
Repository/DownloadJobRepository.php                                12      11  8.33%    21-35
Repository/DownloadedFileRepository.php                              1       0  100.00%
Repository/OidcSubjectIdentifierRepository.php                       1       0  100.00%
Repository/SupportedSiteRepository.php                               1       1  0.00%    16
Response/ErrorResponse.php                                           5       0  100.00%
Security/Core/User/OidcUser.php                                      6       1  83.33%   32
Security/Core/User/OidcUserProvider.php                             38       0  100.00%
Service/Downloader/AbstractCliDownloader.php                       105      65  38.10%   37-102, 111, 131, 143-149, 185, 191, 200
Service/Downloader/GalleryDlCliDownloader.php                       99      90  9.09%    45-192, 199, 209, 222-225
Service/Downloader/MockDownloader.php                               10       0  100.00%
Service/Downloader/YoutubeDlCliDownloader.php                       94      84  10.64%   49-128, 135, 145, 153-229, 239-242
State/DownloadJobQueuedProcessor.php                                54       1  98.15%   53
State/DownloaderProvider.php                                        24      24  0.00%    17-68
State/VersionProvider.php                                           34       0  100.00%
Validator/SelectDownloader.php                                       1       0  100.00%
Validator/SelectDownloaderValidator.php                              8       0  100.00%
TOTAL                                                             1392     655  52.49%

Diff against develop

Filename                                         Stmts    Miss  Cover
---------------------------------------------  -------  ------  -------
Dto/CookieDTO.php                                   +6       0  +2.78%
Entity/DownloadJob.php                              +5       0  +0.60%
Service/Downloader/GalleryDlCliDownloader.php       -3      -3  +0.27%
TOTAL                                               +8      -3  +0.49%

Results for commit: 71c3bb9

Minimum allowed coverage is 35%

♻️ This comment has been updated with latest results

@PBXg33k PBXg33k merged commit a4919d3 into develop Apr 15, 2026
4 checks passed
@PBXg33k PBXg33k deleted the fix/cookie-netscape-file branch April 15, 2026 19:51
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