• 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/externalAccount/github.bind.tsx
1
import { toast } from 'react-hot-toast'
×
2
import { useTranslation } from 'react-i18next'
×
NEW
3

×
4
import WithLoading from '../with-loading'
×
5

×
6
function GithubBindButton() {
×
7
  const { t } = useTranslation()
×
8
  return (
×
9
    <WithLoading loading={false}>
×
10
      <button
×
NEW
11
        className="flex w-full items-center justify-center rounded-sm bg-purple-400 px-4 py-2 duration-150 hover:scale-105 hover:shadow-lg disabled:bg-gray-400 disabled:hover:scale-100 disabled:hover:shadow-none"
×
12
        onClick={() => {
×
13
          toast.error('not support yet')
×
14
        }}
×
15
      >
×
16
        {t('app.common.bind')}
×
17
      </button>
×
18
    </WithLoading>
×
19
  )
×
20
}
×
21

×
22
export default GithubBindButton
×
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