Skip to content

fix: do not show deleted attributes

086198c
Select commit
Loading
Failed to load commit list.
Merged

refactor: do not store events/attributes/objects in sql, use opensearch #239

fix: do not show deleted attributes
086198c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 31, 2026 in 1s

75.28% (+0.96%) compared to 8d0dd53

View this Pull Request on Codecov

75.28% (+0.96%) compared to 8d0dd53

Details

Codecov Report

❌ Patch coverage is 71.50206% with 277 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.28%. Comparing base (8d0dd53) to head (086198c).

Files with missing lines Patch % Lines
api/app/repositories/objects.py 60.66% 83 Missing ⚠️
api/app/worker/tasks.py 15.38% 66 Missing ⚠️
api/app/repositories/events.py 86.09% 26 Missing ⚠️
api/app/repositories/attributes.py 79.76% 17 Missing ⚠️
api/app/repositories/notifications.py 14.28% 12 Missing ⚠️
api/app/repositories/tags.py 76.92% 12 Missing ⚠️
api/app/schemas/object_reference.py 50.00% 10 Missing ⚠️
api/app/repositories/feeds.py 0.00% 9 Missing ⚠️
api/app/repositories/object_references.py 62.50% 9 Missing ⚠️
api/app/schemas/attribute.py 43.75% 9 Missing ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #239      +/-   ##
==========================================
+ Coverage   74.32%   75.28%   +0.96%     
==========================================
  Files         145      142       -3     
  Lines       10246    10114     -132     
==========================================
- Hits         7615     7614       -1     
+ Misses       2631     2500     -131     

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