Skip to content

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

6cc8a11
Select commit
Loading
Failed to load commit list.
Open

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

implement API/UI to list, create, view and edit collections
6cc8a11
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 5, 2026 in 1s

81.66% (+0.27%) compared to 53ad7cf

View this Pull Request on Codecov

81.66% (+0.27%) compared to 53ad7cf

Details

Codecov Report

❌ Patch coverage is 90.09901% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.66%. Comparing base (53ad7cf) to head (6cc8a11).

Files with missing lines Patch % Lines
backend/src/cms_backend/db/collection.py 82.60% 2 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.66%   +0.27%     
==========================================
  Files          55       57       +2     
  Lines        2354     2438      +84     
  Branches      233      238       +5     
==========================================
+ Hits         1916     1991      +75     
- Misses        378      383       +5     
- Partials       60       64       +4     

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