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

teableio / teable / 8419847094

25 Mar 2024 12:12PM UTC coverage: 26.087% (-53.9%) from 79.94%
8419847094

push

github

web-flow
chore: husky to v9 and upgrade more deps (#494)

2100 of 3363 branches covered (62.44%)

25574 of 98035 relevant lines covered (26.09%)

5.17 hits per line

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

62.5
/apps/nestjs-backend/src/db-provider/sort-query/sqlite/sort-query.function.ts
1
import { AbstractSortFunction } from '../function/sort-function.abstract';
1✔
2

1✔
3
export class SortFunctionSqlite extends AbstractSortFunction {
1✔
4
  generateOrderByCase(keys: string[]): string {
1✔
5
    const cases = keys.map((key, index) => `WHEN '${key}' THEN ${index + 1}`).join(' ');
×
6
    return `CASE ?? ${cases} ELSE -1 END`;
×
7
  }
×
8
}
1✔
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

© 2026 Coveralls, Inc