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

rm-hull / dot-block / 29200908956
62%
main: 62%

Build:
Build:
LAST BUILD BRANCH: feat/asn-lookup
DEFAULT BRANCH: main
Ran 12 Jul 2026 04:52PM UTC
Jobs 1
Files 37
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

12 Jul 2026 04:50PM UTC coverage: 61.523% (-0.6%) from 62.134%
29200908956

Pull #186

github

rm-hull
feat: initialize web frontend with React, TS, and Vite

- Added a full React + TypeScript project in the `web/` directory.
- Configured CI/CD pipelines to build the frontend as part of the
release/build process.
- Updated `.goreleaser.yaml` to ensure the web assets are built before
binary packaging.
- Removed the static placeholder HTML file in favor of the new build
system.

```mermaid
sequenceDiagram
    participant CI as GitHub Actions
    participant Web as web/ directory
    participant Go as Go Binary
    participant Dist as internal/http/web/dist

    CI->>Web: pnpm install & pnpm build
    Web->>Dist: Output static assets
    CI->>Go: Build application
    Go->>Dist: Embed assets at compile time
```
Pull Request #186: feat: initialize web frontend with React, TS, and Vite

1511 of 2456 relevant lines covered (61.52%)

722.75 hits per line

Coverage Regressions

Lines Coverage ∆ File
15
56.51
-4.44% internal/app.go
Jobs
ID Job ID Ran Files Coverage
1 29200908956.1 12 Jul 2026 04:52PM UTC 37
61.52
GitHub Action Run
Source Files on build 29200908956
  • Tree
  • List 37
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #186
  • PR Base - main (#29200214665)
  • 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