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

rm-hull / github-pr-dashboard / 21547333985
56%

Build:
DEFAULT BRANCH: main
Ran 31 Jan 2026 04:23PM 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

31 Jan 2026 04:22PM UTC coverage: 55.556%. Remained the same
21547333985

push

github

web-flow
fix: search PRs across user and organizations (#256)

Regression in #254 that filtered strictly by author

*   Introduces `useOrgs` hook to fetch organizations for the
    authenticated user.
*   Updates `usePullRequests` to query PRs using the `user:OWNER`
    qualifier for both the user and their organizations.
*   Ensures consistent cache invalidation by including organization
    logins in the `queryKey`.

```mermaid
sequenceDiagram
    participant Hook as usePullRequests
    participant OrgsHook as useOrgs
    participant API as GitHub API

    Hook->>OrgsHook: Request organizations
    OrgsHook->>API: GET /user/orgs
    API-->>OrgsHook: List of orgs
    OrgsHook-->>Hook: Return org logins
    Hook->>API: Search PRs (user:me OR user:org1 OR ...)
    API-->>Hook: Pull Request data
```

9 of 11 branches covered (81.82%)

Branch coverage included in aggregate %.

31 of 61 relevant lines covered (50.82%)

2.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21547333985.1 31 Jan 2026 04:23PM UTC 3
55.56
GitHub Action Run
Source Files on build 21547333985
  • 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 #21547333985
  • 67b852c5 on github
  • Prev Build on main (#21547331623)
  • Next Build on main (#21547518972)
  • 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