Skip to content

Add a call to storage.softDelete in Overdue

df3172f
Select commit
Loading
Failed to load commit list.
Open

Feat/soft delete #166

Add a call to storage.softDelete in Overdue
df3172f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 5, 2026 in 0s

16.98% (-0.55%) compared to ededa7b

View this Pull Request on Codecov

16.98% (-0.55%) compared to ededa7b

Details

Codecov Report

❌ Patch coverage is 0% with 74 lines in your changes missing coverage. Please review.
✅ Project coverage is 16.98%. Comparing base (ededa7b) to head (df3172f).
⚠️ Report is 9 commits behind head on release/0.2.0.

Files with missing lines Patch % Lines
src/services/storage/drivers/inMemory/index.ts 0.00% 29 Missing ⚠️
src/services/storage/drivers/relational/index.ts 0.00% 16 Missing ⚠️
...relational/migrations/20210401143602_softDelete.ts 0.00% 15 Missing and 1 partial ⚠️
src/services/storage/index.ts 0.00% 8 Missing ⚠️
src/services/storage/types/url.ts 0.00% 3 Missing ⚠️
src/routes/url.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@                Coverage Diff                @@
##           release/0.2.0     #166      +/-   ##
=================================================
- Coverage          17.52%   16.98%   -0.55%     
=================================================
  Files                 40       41       +1     
  Lines               1335     1378      +43     
  Branches              50       51       +1     
=================================================
  Hits                 234      234              
- Misses              1069     1111      +42     
- Partials              32       33       +1     

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