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

map-services / street-manager-relay / 28201994953
30%
main: 30%

Build:
Build:
LAST BUILD BRANCH: gemini/patch-issue-54-ae27cc0
DEFAULT BRANCH: main
Ran 25 Jun 2026 09:36PM UTC
Jobs 1
Files 22
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

25 Jun 2026 09:35PM UTC coverage: 29.547% (-0.6%) from 30.154%
28201994953

Pull #55

github

rm-hull
feat: add exclude-activity-types flag to api-server

Allows filtering out specific event activity types (e.g., skips,
hoardings) from SNS notifications at the application entry point to
reduce database noise.

- Updated `launch.json` debug configuration.
- Added logging and parameter passing in `cmd/api_server.go`.

```mermaid
sequenceDiagram
    participant SNS as AWS SNS
    participant API as API Server
    participant DB as SQLite DB

    SNS->>API: Notify(Event)
    API->>API: Filter based on excludeActivityTypes
    alt Event excluded
        API->>API: Drop event
    else Event allowed
        API->>DB: Store Event
    end
```
Pull Request #55: fix: Filter out certain activity types

0 of 39 new or added lines in 4 files covered. (0.0%)

411 of 1391 relevant lines covered (29.55%)

0.32 hits per line

Uncovered Changes

Lines Coverage ∆ File
17
0.0
0.0% internal/routes/sns.go
11
0.0
0.0% cmd/bulk_loader.go
6
0.0
0.0% main.go
5
0.0
0.0% cmd/api_server.go
Jobs
ID Job ID Ran Files Coverage
1 28201994953.1 25 Jun 2026 09:36PM UTC 22
29.55
GitHub Action Run
Source Files on build 28201994953
  • Tree
  • List 22
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #55
  • PR Base - main (#28119794686)
  • 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