Skip to content

simplify asyncmutex definition -- don't support generic operations

3c4b007
Select commit
Loading
Failed to load commit list.
Merged

feat(api): determine if docker container has update #1582

simplify asyncmutex definition -- don't support generic operations
3c4b007
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 9, 2025 in 1s

58.48% (-0.06%) compared to 193be3d, passed because coverage increased by 0% when compared to adjusted base (58.48%)

View this Pull Request on Codecov

58.48% (-0.06%) compared to 193be3d, passed because coverage increased by 0% when compared to adjusted base (58.48%)

Details

Codecov Report

❌ Patch coverage is 55.78704% with 191 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.48%. Comparing base (193be3d) to head (3c4b007).
⚠️ Report is 20 commits behind head on main.

Files with missing lines Patch % Lines
...d-api/graph/resolvers/docker/docker-php.service.ts 39.13% 56 Missing ⚠️
...ocker/organizer/docker-organizer-config.service.ts 48.07% 27 Missing ⚠️
api/src/unraid-api/decorators/omit-if.decorator.ts 47.72% 23 Missing ⚠️
.../graph/resolvers/docker/docker-manifest.service.ts 43.58% 22 Missing ⚠️
...raph/resolvers/docker/docker-container.resolver.ts 48.71% 20 Missing ⚠️
...api/graph/resolvers/docker/container-status.job.ts 52.63% 18 Missing ⚠️
api/src/unraid-api/utils/feature-flag.helper.ts 0.00% 10 Missing ⚠️
...raid-api/graph/resolvers/docker/docker.resolver.ts 73.68% 5 Missing ⚠️
api/src/unraid-api/graph/graph.module.ts 42.85% 4 Missing ⚠️
...aph/resolvers/docker/docker-update-status.model.ts 78.57% 3 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1582      +/-   ##
==========================================
- Coverage   58.53%   58.48%   -0.06%     
==========================================
  Files         624      636      +12     
  Lines       30732    31154     +422     
  Branches     3617     3650      +33     
==========================================
+ Hits        17989    18219     +230     
- Misses      12706    12898     +192     
  Partials       37       37              

☔ View full report in Codecov by Sentry.
📢 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.