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

teableio / teable / 8479685547

29 Mar 2024 09:57AM CUT coverage: 21.612% (-0.001%) from 21.613%
8479685547

Pull #510

github

web-flow
Merge 6ef5e653f into bd248f296
Pull Request #510: feat: support import result notify

1395 of 2507 branches covered (55.64%)

0 of 12 new or added lines in 3 files covered. (0.0%)

1 existing line in 1 file now uncovered.

14588 of 67501 relevant lines covered (21.61%)

2.06 hits per line

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

0.0
/apps/nextjs-app/src/components/layout/MainFooter.tsx
1
import GithubIcon from '@teable/ui-lib/icons/social/github.svg';
×
2
import type { FC } from 'react';
×
3

×
4
export const MainFooter: FC = () => {
×
5
  return (
×
6
    <div>
×
7
      <div className={'bgImage'}></div>
×
8
      <div className={'content'}>
×
9
        <a
×
10
          href={'https://github.com/teableio/teable'}
×
11
          target={'_blank'}
×
12
          rel={'noopener noreferrer'}
×
13
        >
×
14
          <GithubIcon />
×
15
        </a>
×
16
      </div>
×
17
    </div>
×
18
  );
×
19
};
×
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

© 2025 Coveralls, Inc