Skip to content

Merge branch 'main' into refactor/favorites

506f4e1
Select commit
Loading
Failed to load commit list.
Open

refactor(favorites)!: introduce favorites table with positioning #1367

Merge branch 'main' into refactor/favorites
506f4e1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 16, 2026 in 0s

58.39% (target 90.00%)

View this Pull Request on Codecov

58.39% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 61.34752% with 109 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.39%. Comparing base (35ef12a) to head (506f4e1).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
database/favorite/update_position.go 64.70% 9 Missing and 9 partials ⚠️
api/favorite/update.go 0.00% 16 Missing ⚠️
api/favorite/create.go 0.00% 15 Missing ⚠️
api/favorite/delete.go 0.00% 10 Missing ⚠️
api/favorite/list.go 0.00% 9 Missing ⚠️
database/favorite/favorite.go 52.63% 5 Missing and 4 partials ⚠️
database/favorite/delete.go 74.19% 4 Missing and 4 partials ⚠️
router/favorite.go 0.00% 7 Missing ⚠️
database/favorite/index.go 63.63% 2 Missing and 2 partials ⚠️
database/testutils/api_resources.go 0.00% 4 Missing ⚠️
... and 5 more

❌ Your project check has failed because the head coverage (58.39%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1367      +/-   ##
==========================================
+ Coverage   58.36%   58.39%   +0.03%     
==========================================
  Files         645      660      +15     
  Lines       24864    25146     +282     
==========================================
+ Hits        14511    14684     +173     
- Misses       9681     9768      +87     
- Partials      672      694      +22     
Files with missing lines Coverage Δ
api/types/favorite.go 100.00% <100.00%> (ø)
database/database.go 67.44% <ø> (ø)
database/favorite/opts.go 100.00% <100.00%> (ø)
database/types/favorite.go 100.00% <100.00%> (ø)
router/user.go 0.00% <0.00%> (ø)
database/favorite/create.go 89.47% <89.47%> (ø)
database/favorite/list_user.go 88.88% <88.88%> (ø)
database/favorite/table.go 84.61% <84.61%> (ø)
database/resource.go 79.08% <75.00%> (-0.23%) ⬇️
database/favorite/index.go 63.63% <63.63%> (ø)
... and 9 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.