Skip to content

fix linting issues

c31ba07
Select commit
Loading
Failed to load commit list.
Open

implement API/UI to list, create, view and edit collections #269

fix linting issues
c31ba07
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 11, 2026 in 1s

81.28% (-0.12%) compared to 53ad7cf

View this Pull Request on Codecov

81.28% (-0.12%) compared to 53ad7cf

Details

Codecov Report

❌ Patch coverage is 82.90598% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.28%. Comparing base (53ad7cf) to head (c31ba07).
⚠️ Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
backend/src/cms_backend/db/collection.py 64.10% 12 Missing and 2 partials ⚠️
backend/src/cms_backend/api/routes/collection.py 93.93% 1 Missing and 1 partial ⚠️
backend/src/cms_backend/api/routes/warehouse.py 83.33% 2 Missing ⚠️
backend/src/cms_backend/db/warehouse.py 88.88% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #269      +/-   ##
==========================================
- Coverage   81.39%   81.28%   -0.12%     
==========================================
  Files          55       57       +2     
  Lines        2354     2463     +109     
  Branches      233      242       +9     
==========================================
+ Hits         1916     2002      +86     
- Misses        378      396      +18     
- Partials       60       65       +5     

☔ 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.