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

teableio / teable / 10297533244

08 Aug 2024 07:06AM CUT coverage: 17.728%. Remained the same
10297533244

push

github

web-flow
fix: restrict the encoding format of attachment names to utf-8 (#802)

1387 of 2813 branches covered (49.31%)

14082 of 79435 relevant lines covered (17.73%)

1.76 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