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

khu-khlug / sight-backend / 13616929463

02 Mar 2025 03:40PM UTC coverage: 57.19% (-1.0%) from 58.222%
13616929463

push

github

web-flow
chore: yarn에서 npm으로 롤백 (#105)

637 of 1702 branches covered (37.43%)

Branch coverage included in aggregate %.

1797 of 2554 relevant lines covered (70.36%)

15.16 hits per line

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

86.67
/src/app/application/group/command/changeGroupState/ChangeGroupStateCommand.ts
1
import { GroupState } from '@khlug/app/domain/group/model/constant';
2

1✔
3
type ChangeGroupStateRequester = {
4
  userId: number;
5
  isManager: boolean;
1✔
6
};
7

8
export class ChangeGroupStateCommand {
11✔
9
  constructor(
10
    readonly requester: ChangeGroupStateRequester,
11
    readonly groupId: string,
12
    readonly nextState: GroupState,
24!
13
  ) {}
×
14
}
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