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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/getsentry/sentry-go/gin-0.48.0
DEFAULT BRANCH: main
Ran 13 Jul 2026 08:57PM 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 08:55PM UTC coverage: 62.647%. Remained the same
29284412457

Pull #196

github

rm-hull
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`
Pull Request #196: feat: add user authentication state via react-query

1600 of 2554 relevant lines covered (62.65%)

707.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29284412457.1 13 Jul 2026 08:57PM UTC 38
62.65
GitHub Action Run
Source Files on build 29284412457
  • Tree
  • List 38
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #196
  • PR Base - main (#29281333227)
  • 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