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

khu-khlug / sight-backend / 16885174833

11 Aug 2025 03:52PM UTC coverage: 51.191% (+0.2%) from 50.955%
16885174833

push

github

Coalery
feat: auth 로직 이관

824 of 2614 branches covered (31.52%)

Branch coverage included in aggregate %.

10 of 17 new or added lines in 4 files covered. (58.82%)

1 existing line in 1 file now uncovered.

2270 of 3430 relevant lines covered (66.18%)

12.91 hits per line

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

0.0
/src/core/auth/AuthModule.ts
1
import { Module } from '@nestjs/common';
2
import { APP_GUARD } from '@nestjs/core';
×
3

×
4
import { AuthGuard } from '@khlug/core/auth/AuthGuard';
×
NEW
5
import { AuthServiceAdapter } from '@khlug/core/auth/AuthServiceAdapter';
×
6

7
@Module({
8
  providers: [
9
    { provide: APP_GUARD, useClass: AuthGuard },
10
    AuthServiceAdapter,
11
    // TODO: TokenVerifier 구현 후 추가
12
  ],
13
})
×
14
export class AuthModule {}
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