Skip to content

fix(server): deduplicate generateUuid() into Phlix\Common\Uuid::v4() (Step C2)#335

Closed
detain wants to merge 1 commit into
masterfrom
fix/server-c2-dedupe-uuid
Closed

fix(server): deduplicate generateUuid() into Phlix\Common\Uuid::v4() (Step C2)#335
detain wants to merge 1 commit into
masterfrom
fix/server-c2-dedupe-uuid

fix(server): deduplicate generateUuid() into Phlix\Common\Uuid::v4()

58fb069
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 29, 2026 in 0s

59.93% (-0.01%) compared to 55646ae, passed because coverage increased by 0.01% when compared to adjusted base (59.91%)

View this Pull Request on Codecov

59.93% (-0.01%) compared to 55646ae, passed because coverage increased by 0.01% when compared to adjusted base (59.91%)

Details

Codecov Report

❌ Patch coverage is 70.45455% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.93%. Comparing base (55646ae) to head (58fb069).

Files with missing lines Patch % Lines
src/Admin/BackupManager.php 0.00% 1 Missing ⚠️
src/Auth/WebAuthn/WebAuthnManager.php 0.00% 1 Missing ⚠️
src/Common/Uuid.php 91.66% 1 Missing ⚠️
src/Dlna/PlayToManager.php 0.00% 1 Missing ⚠️
src/LiveTv/GuideManager.php 0.00% 1 Missing ⚠️
src/LiveTv/LiveTvManager.php 0.00% 1 Missing ⚠️
src/LiveTv/Relay/HlsRelayManager.php 0.00% 1 Missing ⚠️
src/Media/Extras/ExtrasRepository.php 0.00% 1 Missing ⚠️
src/Media/Library/LibraryManager.php 0.00% 1 Missing ⚠️
src/Media/Streaming/StreamManager.php 0.00% 1 Missing ⚠️
... and 3 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #335      +/-   ##
============================================
- Coverage     59.93%   59.93%   -0.01%     
- Complexity    13005    13007       +2     
============================================
  Files           480      481       +1     
  Lines         42399    42123     -276     
============================================
- Hits          25413    25246     -167     
+ Misses        16986    16877     -109     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.