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

teableio / teable / 11936273082

20 Nov 2024 03:15PM UTC coverage: 81.108%. First build
11936273082

push

github

web-flow
chore: upgrade risk dependence (#1086)

* chore: upgrade risk dependence

* fix: migrate vitest to 2.x

* fix: e2e config

* fix: disconnect db when destroy

* fix: use threads not fork

* fix: use single fork

6067 of 6374 branches covered (95.18%)

28004 of 34527 relevant lines covered (81.11%)

2141.24 hits per line

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

0.0
/apps/nestjs-backend/src/features/auth/strategies/types.ts
1
import type { Request } from 'express';
2

3
export interface IPayloadUser {
4
  id: string;
5
}
6

7
export type IFromExtractor = (req: Request) => string | null;
×
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