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

rm-hull / dot-block / 29201367121
62%

Build:
DEFAULT BRANCH: main
Ran 12 Jul 2026 05:07PM 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 05:06PM UTC coverage: 62.011% (-0.1%) from 62.134%
29201367121

push

github

web-flow
feat: initialize web frontend with React, TS, and Vite (#186)

* 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
```

* refactor: split web and go builds in CI

Decouple the frontend and backend build processes in the CI pipeline to
improve build modularity and enable artifact sharing.

```mermaid
graph LR
    A[Checkout] --> B[build-web]
    B --> C[Upload Artifact]
    C --> D[build-go]
    D --> E[Download Artifact]
    D --> F[Go Build]
```

1523 of 2456 relevant lines covered (62.01%)

703.85 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
60.06
-0.89% internal/app.go
Jobs
ID Job ID Ran Files Coverage
1 29201367121.1 12 Jul 2026 05:07PM UTC 37
62.01
GitHub Action Run
Source Files on build 29201367121
  • Tree
  • List 37
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e5548763 on github
  • Prev Build on main (#29200214665)
  • Next Build on main (#29201534771)
  • 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