• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

decentraland / asset-bundle-registry / 25060146865
71%
main: 71%

Build:
Build:
LAST BUILD BRANCH: fix/worlds-denylist
DEFAULT BRANCH: main
Ran 28 Apr 2026 02:54PM UTC
Jobs 1
Files 82
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Apr 2026 02:52PM UTC coverage: 70.743% (+0.2%) from 70.567%
25060146865

Pull #114

github

kevinszuchet
feat: add denylist table, migrations, and CRUD endpoints with moderator authorization

- Migration 1745846400000_denylist.ts: new denylist table with entity_id (PK),
  reason, created_by, created_at, updated_at audit columns and case-insensitive indexes
- Extends IDbComponent with getDenylist / addDenylistEntry / removeDenylistEntry
- Extends IRefreshableFeaturesComponent with getUserModerators() polling
  dapps-platform_user_moderators feature flag (same pattern as malicious-profiles)
- GET /denylist: public endpoint returning all blocked entity IDs
- POST /denylist/:entityId: signed-fetch + moderator-only, upserts an entry
- DELETE /denylist/:entityId: signed-fetch + moderator-only, removes an entry
- Unit and integration tests covering all paths including 403 for non-moderators
Pull Request #114: feat: add denylist CRUD endpoints with moderator authorization

605 of 894 branches covered (67.67%)

Branch coverage included in aggregate %.

54 of 67 new or added lines in 7 files covered. (80.6%)

62 existing lines in 2 files now uncovered.

1593 of 2213 relevant lines covered (71.98%)

36.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
24.59
-4.96% src/logic/refreshable-features/component.ts
3
66.67
src/migrations/1745846400000_denylist.ts

Coverage Regressions

Lines Coverage ∆ File
50
67.2
0.81% src/adapters/db.ts
12
24.59
-4.96% src/logic/refreshable-features/component.ts
Jobs
ID Job ID Ran Files Coverage
1 25060146865.1 28 Apr 2026 02:54PM UTC 164
71.34
GitHub Action Run
Source Files on build 25060146865
  • Tree
  • List 82
  • Changed 49
  • Source Changed 5
  • Coverage Changed 49
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25060146865
  • Pull Request #114
  • PR Base - main (#25007886384)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc