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

rm-hull / dot-block / 29286300209
62%

Build:
DEFAULT BRANCH: main
Ran 13 Jul 2026 09:27PM 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 09:25PM UTC coverage: 62.647%. Remained the same
29286300209

push

github

web-flow
feat: add user authentication state via react-query (#196)

* feat: add user authentication state via react-query

Integrate `@tanstack/react-query` to manage user identity state. Added a
 `UserAvatar` component that dynamically fetches user data and displays
a Gravatar with a seeded color palette.

```mermaid
sequenceDiagram
    participant App as React App
    participant QC as QueryClient
    participant API as /api/whoami

    App->>QC: useQuery(['whoami'])
    QC->>API: fetch('/api/whoami')
    API-->>QC: { user, email }
    QC-->>App: data (resolved)
    App->>App: Render UserAvatar with Gravatar
```

- Installed `@tanstack/react-query`
- Added `QueryClientProvider` to the root entry point
- Created `fetchWhoAmI` service
- Updated API proxy target to `admin.localhost`

* feat: add @tanstack/react-query-devtools

Integrate React Query Devtools into the application root to enable
debugging and monitoring of server state queries during development.

* refactor: move gravatar hash generation to service layer

Decoupled the Gravatar hashing logic from the UI component by migrating
it to the `fetchWhoAmI` service. This ensures consistent identity
handling and reduces logic inside `UserAvatar`.

* Update web/src/components/UserAvatar.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update web/src/components/UserAvatar.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* chore: remove debug log from UserAvatar component

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

1600 of 2554 relevant lines covered (62.65%)

698.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29286300209.1 13 Jul 2026 09:27PM UTC 38
62.65
GitHub Action Run
Source Files on build 29286300209
  • Tree
  • List 38
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3beb4b47 on github
  • Prev Build on main (#29284766591)
  • Next Build on main (#29286860434)
  • 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