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

rm-hull / github-pr-dashboard / 24002695497
52%

Build:
DEFAULT BRANCH: main
Ran 05 Apr 2026 01:39PM UTC
Jobs 1
Files 3
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

05 Apr 2026 01:39PM UTC coverage: 52.381%. Remained the same
24002695497

push

github

web-flow
feat: add manual data refresh button to NavBar (#380)

Introduce a `RefreshDataButton` component to allow users to trigger a
manual invalidation of cached queries. This improves the user
experience by providing a direct way to fetch the latest data without
requiring a page reload.

```mermaid
sequenceDiagram
    participant User
    participant UI as RefreshDataButton
    participant QC as QueryClient

    User->>UI: Click button
    UI->>QC: invalidateQueries()
    QC-->>UI: Cache cleared
    UI-->>User: Data re-fetching
```

3 of 4 branches covered (75.0%)

Branch coverage included in aggregate %.

30 of 59 relevant lines covered (50.85%)

1.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24002695497.1 05 Apr 2026 01:39PM UTC 3
52.38
GitHub Action Run
Source Files on build 24002695497
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24002695497
  • 5d16ddb1 on github
  • Prev Build on main (#23866256706)
  • Next Build on main (#24025067609)
  • 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