Skip to content

task/WP-1256: Format server side code - #1359

Merged
rstijerina merged 12 commits into
mainfrom
task/WP-1256--format-server-side-code
Sep 8, 2026
Merged

task/WP-1256: Format server side code#1359
rstijerina merged 12 commits into
mainfrom
task/WP-1256--format-server-side-code

disable ruff check

1555922
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 8, 2026 in 1s

56.55% (+0.00%) compared to 9b0addb

View this Pull Request on Codecov

56.55% (+0.00%) compared to 9b0addb

Details

Codecov Report

❌ Patch coverage is 50.00000% with 681 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.55%. Comparing base (9b0addb) to head (1555922).

Files with missing lines Patch % Lines
...ts/workspace_operations/project_meta_operations.py 4.91% 58 Missing ⚠️
server/portal/apps/workspace/api/views.py 44.68% 47 Missing and 5 partials ⚠️
server/portal/apps/publications/views.py 2.43% 40 Missing ⚠️
...workspace_operations/project_publish_operations.py 23.40% 36 Missing ⚠️
server/portal/apps/projects/managers/base.py 5.40% 35 Missing ⚠️
server/portal/apps/projects/tasks.py 5.71% 33 Missing ⚠️
server/portal/apps/projects/views.py 57.89% 30 Missing and 2 partials ⚠️
server/portal/apps/projects/models/base.py 6.45% 29 Missing ⚠️
server/portal/apps/users/utils.py 27.77% 25 Missing and 1 partial ⚠️
...erver/portal/apps/googledrive_integration/views.py 43.90% 20 Missing and 3 partials ⚠️
... and 66 more
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1359   +/-   ##
=======================================
  Coverage   56.55%   56.55%           
=======================================
  Files         534      534           
  Lines       17155    17155           
  Branches     3498     3498           
=======================================
  Hits         9702     9702           
  Misses       6903     6903           
  Partials      550      550           
Files with missing lines Coverage Δ
server/portal/__init__.py 100.00% <100.00%> (ø)
server/portal/apps/accounts/api/urls.py 100.00% <100.00%> (ø)
server/portal/apps/accounts/apps.py 100.00% <100.00%> (ø)
server/portal/apps/accounts/managers/abstract.py 85.71% <100.00%> (ø)
...er/portal/apps/accounts/migrations/0001_initial.py 100.00% <ø> (ø)
.../accounts/migrations/0002_hostkeys_keys_sshkeys.py 100.00% <ø> (ø)
...pps/accounts/migrations/0003_auto_20200131_0207.py 100.00% <ø> (ø)
...pps/accounts/migrations/0004_auto_20200318_2055.py 100.00% <ø> (ø)
...pps/accounts/migrations/0005_auto_20210316_1950.py 100.00% <ø> (ø)
...pps/accounts/migrations/0006_auto_20231018_1927.py 100.00% <ø> (ø)
... and 221 more
🚀 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.