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

map-services / street-manager-relay / 28201994953

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

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/cmd/api_server.go


Source Not Available

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