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

teableio / teable / 8453146631

27 Mar 2024 02:08PM CUT coverage: 21.838% (+0.001%) from 21.837%
8453146631

push

github

web-flow
fix: date field grouping collapse (#505)

* fix: date field grouping collapse

* fix: remove redundant record menu items

* fix: long text field editor style

1396 of 2499 branches covered (55.86%)

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

14539 of 66576 relevant lines covered (21.84%)

2.09 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