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

ThePalaceProject / web-patron / 32738958531
30%

Build:
DEFAULT BRANCH: main
Ran 24 Aug 2026 02:30PM UTC
Jobs 1
Files 93
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

24 Aug 2026 02:28PM UTC coverage: 29.568% (-0.06%) from 29.623%
32738958531

push

github

web-flow
Config clean up and linting additions (#189)

## Description

- Extend the `lint` and `lint:fix` scripts to cover files at the
repository root. The previous glob required a directory segment, so root
config files were never linted.
- Fix the lint errors this uncovered: an empty `catch` block and an
unused webpack parameter in the Next.js config, and a `var` declaration
in the HTTPS dev server.
- Remove a dead `generateBuildId` from the Next.js config. A second
definition later in the same file overrode it, so it never ran. Build
IDs are unaffected.

No runtime behavior changes.

## Motivation and Context

Root-level config files were silently exempt from linting, so errors
there went unnoticed and edits to those files got no feedback. Covering
these makes the existing rules apply everywhere and keeps the config
files from drifting again.

The extra, dead `generateBuildId` was found while fixing those errors.

## How Has This Been Tested?

- `npm run lint` passes.
- Confirmed the widened glob actually covers root files by temporarily
introducing an error in the Next.js config and seeing lint catch it.
- Confirmed the Next.js config still loads and exports the same keys.
- `npm run type-check` and the full Jest suite pass.

## Checklist:

- N/A - I have updated the documentation accordingly.
- [x] All new and existing tests passed.

331 of 1472 branches covered (22.49%)

Branch coverage included in aggregate %.

716 of 2069 relevant lines covered (34.61%)

9.49 hits per line

Coverage Regressions

Lines Coverage ∆ File
10
13.33
-6.67% src/components/LibraryHomeLink.tsx
Jobs
ID Job ID Ran Files Coverage
1 32738958531.1 24 Aug 2026 02:30PM UTC 93
29.57
GitHub Action Run
Source Files on build 32738958531
  • Tree
  • List 93
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 68efd3f3 on github
  • Prev Build on main (#32540627485)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc