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

map-services / street-manager-relay
19%
main: 4%

Build:
Build:
LAST BUILD BRANCH: refactor/tests+improvements
DEFAULT BRANCH: main
Repo Added 10 May 2026 01:28PM UTC
Token B174qRCRCqRonIO9mH4w90IrEu4rhUWbC regen
Build 15 Last
Files 20
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

LAST BUILD ON BRANCH refactor/tests+improvements
branch: refactor/tests+improvements
CHANGE BRANCH
x
Reset
Sync Branches
  • refactor/tests+improvements
  • chore/update-go-deps
  • gemini/patch-issue-44-e3b2071
  • main

18 May 2026 09:36PM UTC coverage: 19.298% (+15.1%) from 4.221%
26061905629

Pull #46

github

rm-hull
feat: add signature v2 support and improve DB layer

- Add support for SNS signature version 2 (SHA256).
- Tighten security by restricting `SigningCertURL` to trusted AWS
domains.
- Refactor `DbRepository` to use a helper approach for event column
mapping,
  improving maintainability and reducing boilerplate.
- Standardize HTTP fetching and error handling across routes.

```mermaid
sequenceDiagram
    participant User as SNS Service
    participant Relay as App
    participant DB as SQLite

    User->>Relay: POST /sns (Message + Signature)
    Relay->>Relay: Verify Signature (v1 or v2)
    Relay->>Relay: Validate Cert URL (amazonaws.com)
    Relay->>DB: Upsert Event (ON CONFLICT)
    DB-->>Relay: OK
    Relay-->>User: 200 OK
```
Pull Request #46: feat: add signature v2 support and improve DB layer

116 of 227 new or added lines in 8 files covered. (51.1%)

48 existing lines in 1 file now uncovered.

264 of 1368 relevant lines covered (19.3%)

0.2 hits per line

Relevant lines Covered
Build:
Build:
1368 RELEVANT LINES 264 COVERED LINES
0.2 HITS PER LINE
Source Files on refactor/tests+improvements
  • Tree
  • List 22
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26061905629 refactor/tests+improvements feat: add signature v2 support and improve DB layer - Add support for SNS signature version 2 (SHA256). - Tighten security by restricting `SigningCertURL` to trusted AWS domains. - Refactor `DbRepository` to use a helper approach for event column... Pull #46 18 May 2026 09:37PM UTC rm-hull github
19.3
See All Builds (15)

Badge your Repo: street-manager-relay

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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