Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GPU list to /about/usage/system endpoint #726

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Fix: Solve test code quality issues.

387e9b3
Select commit
Loading
Failed to load commit list.
Open

Add GPU list to /about/usage/system endpoint #726

Fix: Solve test code quality issues.
387e9b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 17, 2024 in 0s

62.36% (-0.03%) compared to 2f93e70

View this Pull Request on Codecov

62.36% (-0.03%) compared to 2f93e70

Details

Codecov Report

Attention: Patch coverage is 60.46512% with 85 lines in your changes missing coverage. Please review.

Project coverage is 62.36%. Comparing base (2f93e70) to head (387e9b3).

Files with missing lines Patch % Lines
...5c6ae643c69b_add_gpu_column_to_executions_table.py 0.00% 20 Missing ⚠️
src/aleph/vm/resources.py 74.60% 14 Missing and 2 partials ⚠️
src/aleph/vm/pool.py 25.00% 15 Missing ⚠️
src/aleph/vm/models.py 45.83% 13 Missing ⚠️
src/aleph/vm/orchestrator/tasks.py 14.28% 6 Missing ⚠️
src/aleph/vm/orchestrator/views/__init__.py 0.00% 6 Missing ⚠️
src/aleph/vm/conf.py 33.33% 1 Missing and 1 partial ⚠️
src/aleph/vm/hypervisors/qemu/qemuvm.py 86.66% 1 Missing and 1 partial ⚠️
...c/aleph/vm/hypervisors/qemu_confidential/qemuvm.py 0.00% 2 Missing ⚠️
src/aleph/vm/orchestrator/cli.py 0.00% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #726      +/-   ##
==========================================
- Coverage   62.38%   62.36%   -0.03%     
==========================================
  Files          70       73       +3     
  Lines        6235     6427     +192     
  Branches      507      529      +22     
==========================================
+ Hits         3890     4008     +118     
- Misses       2187     2257      +70     
- Partials      158      162       +4     

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