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

clippingkk / web / #1207

21 Mar 2026 03:39PM UTC coverage: 0.518% (-0.004%) from 0.522%
#1207

push

web-flow
Merge pull request #174 from clippingkk/refactor/migrate-eslint-prettier-to-oxlint-oxfmt

refactor(lint): migrate from ESLint + Prettier to oxlint + oxfmt

30 of 448 branches covered (6.7%)

Branch coverage included in aggregate %.

2 of 3517 new or added lines in 323 files covered. (0.06%)

1 existing line in 1 file now uncovered.

147 of 33737 relevant lines covered (0.44%)

8.61 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/components/auth.github.tsx
1
'use client'
×
2
import { GithubClientID } from '../constants/config'
×
3
import { useActionTrack } from '../hooks/tracke'
×
4
import GithubLogo from './icons/github.logo.svg'
×
5

×
6
function AuthByGithub() {
×
7
  const onGithubClick = useActionTrack('login:github')
×
8
  return (
×
9
    <a
×
10
      href={`https://github.com/login/oauth/authorize?client_id=${GithubClientID}&scope=user:email`}
×
11
      onClick={onGithubClick}
×
NEW
12
      title="github login"
×
NEW
13
      className="mt-4 flex items-center justify-center rounded-sm bg-white px-16 py-3 duration-150 hover:scale-105 hover:shadow-lg"
×
14
    >
×
15
      <GithubLogo />
×
NEW
16
      <span className="ml-4 inline-block text-slate-950">Github</span>
×
17
    </a>
×
18
  )
×
19
}
×
20

×
21
export default AuthByGithub
×
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