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

teableio / teable / 8477076350

29 Mar 2024 04:11AM CUT coverage: 21.636% (-0.2%) from 21.83%
8477076350

Pull #484

github

web-flow
Merge 4e5e9beeb into 039ad8b0a
Pull Request #484: feat: support increment import

1395 of 2503 branches covered (55.73%)

24 of 733 new or added lines in 23 files covered. (3.27%)

2 existing lines in 1 file now uncovered.

14552 of 67258 relevant lines covered (21.64%)

2.07 hits per line

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

0.0
/apps/nextjs-app/src/backend/api/rest/get-user.ts
1
import type { IUser } from '@teable/sdk';
×
2
import { axios } from './axios';
×
3

×
4
export async function getUserMe(cookie?: string) {
×
5
  return await axios
×
6
    .get<IUser>(`/auth/user/me`, {
×
7
      headers: { cookie },
×
8
    })
×
9
    .then(({ data }) => data);
×
10
}
×
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