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

khu-khlug / sight-backend / 13659749000

04 Mar 2025 05:47PM UTC coverage: 53.458% (-3.7%) from 57.19%
13659749000

push

github

web-flow
feat: 디스코드 연동 (#106)

719 of 2152 branches covered (33.41%)

Branch coverage included in aggregate %.

126 of 273 new or added lines in 29 files covered. (46.15%)

3 existing lines in 2 files now uncovered.

2025 of 2981 relevant lines covered (67.93%)

13.14 hits per line

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

86.67
/src/app/application/user/command/createDiscordIntegration/CreateDiscordIntegrationCommand.ts
1
import { Typeof } from '@khlug/util/types';
2

1✔
3
export class CreateDiscordIntegrationCommand {
4
  userId: number;
5
  code: string;
1✔
6
  state: string;
7

8
  constructor(params: Typeof<CreateDiscordIntegrationCommand>) {
4✔
9
    this.userId = params.userId;
10
    this.code = params.code;
11
    this.state = params.state;
12
  }
9!
NEW
13
}
×
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