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

rm-hull / dot-block / 29269454550
63%
main: 62%

Build:
Build:
LAST BUILD BRANCH: chore/update-go-deps
DEFAULT BRANCH: main
Ran 13 Jul 2026 05:13PM UTC
Jobs 1
Files 38
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

13 Jul 2026 05:11PM UTC coverage: 62.529% (-0.1%) from 62.647%
29269454550

Pull #194

github

rm-hull
feat: add index route and build-time metadata

- Added `@tanstack/router-cli` and integrated `tsr generate` into the
build process.
- Implemented an `index` route with version and build date display.
- Updated `vite.config.ts` to inject `VITE_GIT_COMMIT_HASH` and
`VITE_GIT_COMMIT_DATE` as environment variables.

```mermaid
sequenceDiagram
    participant Build as Build Process
    participant Git as Git Repo
    participant Vite as Vite Compiler
    participant App as Frontend

    Build->>Git: Fetch metadata (hash/date)
    Git-->>Build: Return data
    Build->>Vite: Inject into process.env
    Vite->>App: Build app with static metadata
```
Pull Request #194: feat: migrate web frontend to TanStack Router and Chakra UI

1597 of 2554 relevant lines covered (62.53%)

698.0 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
60.29
-0.88% internal/app.go
Jobs
ID Job ID Ran Files Coverage
1 29269454550.1 13 Jul 2026 05:13PM UTC 38
62.53
GitHub Action Run
Source Files on build 29269454550
  • Tree
  • List 38
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #194
  • PR Base - main (#29264584838)
  • 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