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

maximunited / yomu / 26057772742
84%

Build:
DEFAULT BRANCH: master
Ran 18 May 2026 08:13PM UTC
Jobs 1
Files 50
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

18 May 2026 08:11PM UTC coverage: 86.57%. Remained the same
26057772742

push

github

maximunited
fix(eslint): resolve circular dependency error by downgrading to ESLint 9

ESLint 10 caused circular dependency errors when using FlatCompat with
eslint-config-next. The error occurred because eslint-plugin-react and
other plugins don't yet support ESLint 10.

1. Downgraded ESLint from 10.3.0 to 9.39.4 (latest ESLint 9)
2. Rewrote eslint.config.mjs to use native flat config format
3. Installed required plugins explicitly:
   - typescript-eslint for TypeScript support
   - eslint-plugin-react and eslint-plugin-react-hooks
   - @next/eslint-plugin-next for Next.js rules
   - globals for environment globals

- Removed FlatCompat circular dependency workaround
- Added Jest globals for test files
- Configured ignores for build/config files
- Set rules to 'warn' instead of 'error' for gradual adoption

ESLint now runs successfully:
- \`npx eslint . --ext .js,.jsx,.ts,.tsx\` completes without crashes
- Found 324 legitimate linting issues (49 errors, 275 warnings)
- Can now use in pre-push hooks and CI

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

682 of 961 branches covered (70.97%)

Branch coverage included in aggregate %.

9993 of 11370 relevant lines covered (87.89%)

34.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26057772742.1 18 May 2026 08:13PM UTC 50
86.57
GitHub Action Run
Source Files on build 26057772742
  • Tree
  • List 50
  • 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 #26057772742
  • 3677324c on github
  • Prev Build on master (#26056647562)
  • Next Build on master (#26057969756)
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