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

veeso / mastic / 24009261530
92%

Build:
DEFAULT BRANCH: main
Ran 05 Apr 2026 08:02PM UTC
Jobs 1
Files 67
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

05 Apr 2026 07:56PM UTC coverage: 91.547% (-0.2%) from 91.706%
24009261530

push

github

veeso
feat(user): implement read_feed with pagination, visibility filtering, and Direct message gate

Add the read_feed query endpoint that aggregates outbox (own statuses)
and inbox (received Create activities) into a single chronological feed.

- Denormalized feed table with FeedSource discriminator for efficient
  sorted pagination without joins
- Offset-based pagination with MAX_PAGE_LIMIT enforcement
- Visibility inference from ActivityPub to/cc addressing (Public,
  Unlisted, FollowersOnly, Direct) following Mastodon conventions
- Direct messages filtered: only shown when the owner's actor URI
  appears in the activity's to or cc fields
- Owner-only authorization in both api.rs and inspect.rs
- handle_incoming now stores Create activities in inbox + feed tables
- StatusRepository.create now writes feed entry in same transaction

Closes #9

546 of 607 new or added lines in 9 files covered. (89.95%)

1 existing line in 1 file now uncovered.

5794 of 6329 relevant lines covered (91.55%)

12.89 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% crates/canisters/user/src/inspect.rs
1
98.68
-0.07% crates/canisters/user/src/schema.rs
1
0.0
0.0% crates/libs/did/src/user.rs
3
0.0
0.0% crates/canisters/user/src/lib.rs
6
56.8
-2.86% crates/canisters/user/src/api.rs
10
97.6
crates/canisters/user/src/domain/feed/read_feed.rs
39
80.69
-12.54% crates/canisters/user/src/domain/activity/handle_incoming.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
98.68
-0.07% crates/canisters/user/src/schema.rs
Jobs
ID Job ID Ran Files Coverage
1 24009261530.1 05 Apr 2026 08:02PM UTC 67
91.55
GitHub Action Run
Source Files on build 24009261530
  • Tree
  • List 67
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24009261530
  • 52d85f98 on github
  • Prev Build on main (#23986111746)
  • 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