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

rm-hull / github-pr-dashboard
56%

Build:
DEFAULT BRANCH: main
Repo Added 25 Oct 2025 04:25PM UTC
Token S66oOJuhYE43arexaGCG0mFJ8Dn6UgtuX regen
Build 195 Last
Files 3
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

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • chore/sentry
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/download-artifact-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/npm_and_yarn/chakra-df6545ed42
  • dependabot/npm_and_yarn/chakra-ui-12f9157e0a
  • dependabot/npm_and_yarn/chakra-ui-2d23168dc3
  • dependabot/npm_and_yarn/chakra-ui/cli-3.28.1
  • dependabot/npm_and_yarn/chakra-ui/react-3.28.1
  • dependabot/npm_and_yarn/eslint-01d69068d6
  • dependabot/npm_and_yarn/eslint-2295523e12
  • dependabot/npm_and_yarn/eslint-42ce2d868e
  • dependabot/npm_and_yarn/eslint-7baadb3a5a
  • dependabot/npm_and_yarn/eslint-89e81302cc
  • dependabot/npm_and_yarn/eslint-93d50ab337
  • dependabot/npm_and_yarn/eslint-e5f1b455c3
  • dependabot/npm_and_yarn/eslint-ed3f232699
  • dependabot/npm_and_yarn/prettier-3.7.1
  • dependabot/npm_and_yarn/react-a784f0e53e
  • dependabot/npm_and_yarn/react-ad1875d9fa
  • dependabot/npm_and_yarn/react-d01380e9a2
  • dependabot/npm_and_yarn/rm-hull/chakra-error-fallback-0.0.4
  • dependabot/npm_and_yarn/sentry/react-10.22.0
  • dependabot/npm_and_yarn/sentry/react-10.23.0
  • dependabot/npm_and_yarn/sentry/react-10.24.0
  • dependabot/npm_and_yarn/sentry/react-10.25.0
  • dependabot/npm_and_yarn/sentry/react-10.26.0
  • dependabot/npm_and_yarn/sentry/react-10.27.0
  • dependabot/npm_and_yarn/tanstack-02b3d37be2
  • dependabot/npm_and_yarn/tanstack-1348d9918e
  • dependabot/npm_and_yarn/tanstack-1aa4053f54
  • dependabot/npm_and_yarn/tanstack-225ebf9de4
  • dependabot/npm_and_yarn/tanstack-2dbe69c71f
  • dependabot/npm_and_yarn/tanstack-3a866b4b49
  • dependabot/npm_and_yarn/tanstack-4c39dc31a0
  • dependabot/npm_and_yarn/tanstack-637850783c
  • dependabot/npm_and_yarn/tanstack-67080d961e
  • dependabot/npm_and_yarn/tanstack-7e8b39fbe3
  • dependabot/npm_and_yarn/tanstack-7fcbf38a05
  • dependabot/npm_and_yarn/tanstack-8582bbf283
  • dependabot/npm_and_yarn/tanstack-91f5eeaa10
  • dependabot/npm_and_yarn/tanstack-d28b9fd33a
  • dependabot/npm_and_yarn/tanstack-d8b8292559
  • dependabot/npm_and_yarn/tanstack-e0df729fef
  • dependabot/npm_and_yarn/tanstack-e902d136b7
  • dependabot/npm_and_yarn/tanstack-ece8a261b3
  • dependabot/npm_and_yarn/testing-library-ba5eeeabcc
  • dependabot/npm_and_yarn/types/node-24.10.0
  • dependabot/npm_and_yarn/types/node-24.10.1
  • dependabot/npm_and_yarn/types/node-24.9.2
  • dependabot/npm_and_yarn/types/react-19.2.3
  • dependabot/npm_and_yarn/types/react-19.2.4
  • dependabot/npm_and_yarn/types/react-dom-19.2.3
  • dependabot/npm_and_yarn/vite-05d30e5828
  • dependabot/npm_and_yarn/vite-2363a50b2a
  • dependabot/npm_and_yarn/vite-3126a275fa
  • dependabot/npm_and_yarn/vite-3c4de5ec43
  • dependabot/npm_and_yarn/vite-42544adbe2
  • dependabot/npm_and_yarn/vite-6843920546
  • dependabot/npm_and_yarn/vite-a54065c82f
  • dependabot/npm_and_yarn/vite-d821b705f7
  • dependabot/npm_and_yarn/vite-d91ffd34ac
  • dependabot/npm_and_yarn/vite-ed98d2db7a
  • dependabot/npm_and_yarn/vite-f28b28b916
  • feat/favicon-count
  • feat/ignore-repos
  • feat/recently-closed
  • feat/settings-dialog
  • feature/notifications
  • fix/backdrop
  • fix/eslint
  • fix/no-retry-on-4XX
  • main
  • refactor/auth
  • spike/inline-code-text

29 Nov 2025 01:22AM UTC coverage: 55.556%. Remained the same
19776979448

push

github

web-flow
refactor: Introduce PullRequestPage component (#113)

* refactor: Introduce PullRequestPage component

Abstracts common logic for fetching and displaying PR lists
into a reusable component.

This change also includes layout improvements and styling fixes:

*   Ensures the `Backdrop` is fixed and positioned correctly below
    the navigation bar.
*   Updates various UI components to use the `surface` button
    variant instead of `subtle`.
*   Adds subtle borders and transparent background on hover for
    `PullRequestListItem`s.

* refactor: Use useMatchRoute for active links

Refactored navigation link activation logic in NavBar to use
`useMatchRoute`.

This simplifies path matching and provides a more robust way to
determine the active route than manually inspecting the location
pathname from `useRouterState`.

* style: Convert PR page height calculation to rem

This updates the calculation of `minHeight` on the Pull Request
page from `58px` to `3rem` for better scaling and styling
consistency across different display settings.

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

Relevant lines Covered
Build:
Build:
61 RELEVANT LINES 31 COVERED LINES
2.33 HITS PER LINE
Source Files on main
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19776979448 main refactor: Introduce PullRequestPage component (#113) * refactor: Introduce PullRequestPage component Abstracts common logic for fetching and displaying PR lists into a reusable component. This change also includes layout improvements and stylin... push 29 Nov 2025 01:23AM UTC web-flow github
55.56
19776963211 fix/backdrop Merge e124e4215 into ae7d30047 Pull #113 29 Nov 2025 01:21AM UTC web-flow github
55.56
19776937879 fix/backdrop Merge ae559c22e into ae7d30047 Pull #113 29 Nov 2025 01:19AM UTC web-flow github
55.56
19776712320 fix/backdrop Merge 32e795b06 into ae7d30047 Pull #113 29 Nov 2025 12:59AM UTC web-flow github
55.56
19775686663 main feat: Implement multi-state PR views and navigation (#112) * feat: Implement multi-state PR views and navigation This commit introduces proper routing and state management to display Pull Requests and merged history using the same underlying lis... push 28 Nov 2025 11:26PM UTC web-flow github
55.56
19775210782 feat/recently-closed Merge 145223d9b into e7c32cd7a Pull #112 28 Nov 2025 10:48PM UTC web-flow github
55.56
19774898745 feat/recently-closed Merge 984f8b7c5 into e7c32cd7a Pull #112 28 Nov 2025 10:24PM UTC web-flow github
55.56
19774809173 feat/recently-closed Merge b88430f9a into e7c32cd7a Pull #112 28 Nov 2025 10:18PM UTC web-flow github
55.56
19774716401 feat/recently-closed Merge 017efe71e into e7c32cd7a Pull #112 28 Nov 2025 10:11PM UTC web-flow github
55.56
19774712598 feat/recently-closed Merge 413922826 into e7c32cd7a Pull #112 28 Nov 2025 10:11PM UTC web-flow github
55.56
See All Builds (195)

Badge your Repo: github-pr-dashboard

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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

© 2025 Coveralls, Inc