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

rm-hull / github-pr-dashboard / 27904809346
54%

Build:
DEFAULT BRANCH: main
Ran 21 Jun 2026 12:48PM 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

21 Jun 2026 12:47PM UTC coverage: 53.846%. Remained the same
27904809346

push

github

web-flow
feat: add support for listing and viewing issues (#500)

* feat: add support for listing and viewing issues

Implemented core infrastructure to fetch, group, and display GitHub
issues, mirroring the existing Pull Request dashboard functionality.

- Added `useIssues` hook for fetching issue data from GitHub.
- Created `IssuesPage` component for layout and state management.
- Implemented `IssueListItem` and `IssuesList` for rendering.
- Extracted grouping and selector logic into reusable utilities.

```mermaid
graph TD
    A[IssuesPage] --> B[useIssues Hook]
    B --> C[GitHub API]
    A --> D[IssuesList]
    D --> E[IssueListItem]
    D --> F[List Utilities]
```

* Update src/hooks/useIssues.ts

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

* Update src/components/IssuesList.tsx

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

* refactor: move date comparison logic to shared utility

Extracted the `isBefore` helper from `PullRequestsList` into
`src/utils/date.ts` and updated `IssuesList` to use the shared logic,
enabling consistent PR filtering against user-defined cutoff dates.

```mermaid
graph TD
    A[PullRequestsList.tsx] -.->|Moved| C[utils/date.ts]
    B[IssuesList.tsx] -->|Uses| C
    C -->|Helper| D{isBefore}
```

---------

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

4 of 5 branches covered (80.0%)

Branch coverage included in aggregate %.

31 of 60 relevant lines covered (51.67%)

1.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27904809346.1 21 Jun 2026 12:48PM UTC 3
53.85
GitHub Action Run
Source Files on build 27904809346
  • 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 #27904809346
  • 81a71ad2 on github
  • Prev Build on main (#27903971578)
  • Next Build on main (#27934909357)
  • 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