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

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

Build:
DEFAULT BRANCH: main
Ran 17 Dec 2025 07:21PM 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

17 Dec 2025 07:20PM UTC coverage: 55.556%. Remained the same
20314599632

push

github

web-flow
feat: Show latest GitHub Actions status for repos (#164)

* feat: Show latest GitHub Actions status for repos

This commit introduces a new component and hook to display the
latest workflow run status (CI/CD) for each repository group
in the Pull Request list view.

Key improvements:

*   **Lazy Loading:** Status fetching is delayed until the
    component is visible using `useInView` to prevent excessive
    initial API calls.
*   **Status Indicator:** Shows success (check), failure (cross),
    or unknown (question mark) status, along with a tooltip
    detailing the conclusion and age of the run.
*   Checks the latest `push` event workflow run on the
    repository's default branch.

Fixes #163

* Update src/components/GithubActionsIcon.tsx

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

* Update src/hooks/useLatestActionsStatus.ts

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

* fix: Safely destructure repository names

This change utilizes optional chaining (`?.`) and nullish
coalescing (`?? []`) when splitting `repoFullName`.

This prevents potential uncaught exceptions if the variable is
null or undefined before splitting occurs.

---------

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

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 20314599632.1 17 Dec 2025 07:21PM UTC 3
55.56
GitHub Action Run
Source Files on build 20314599632
  • 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 #20314599632
  • e5fb98b3 on github
  • Prev Build on main (#20295543835)
  • Next Build on main (#20329806981)
  • 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