diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e07dfac..fdaa598 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,11 +1,11 @@ -name: Test and coverage +name: Quality Analysis on: pull_request: branches: [main] jobs: - build: + build_lint_and_test: runs-on: ubuntu-latest steps: @@ -17,6 +17,9 @@ jobs: - name: build run: npm run build + - name: lint + run: npm run lint + - name: test run: npm run test:cov env: diff --git a/docs/classes/Message.html b/docs/classes/Message.html index 4e43c81..ecaa1ba 100644 --- a/docs/classes/Message.html +++ b/docs/classes/Message.html @@ -20,7 +20,7 @@

Hierarchy

+
  • Defined in message.dto.ts:3
  • @@ -50,17 +50,17 @@

    Properties

    content: string
    +
  • Defined in message.dto.ts:5
  • name?: string
    +
  • Defined in message.dto.ts:6
  • role: Role
    +
  • Defined in message.dto.ts:4
  • Returns Promise<string[]>

    +
  • Defined in open-ai.service.ts:19
  • Returns Promise<Buffer[]>

    +
  • Defined in open-ai.service.ts:53
  • Returns Promise<string[]>

    +
  • Defined in open-ai.service.ts:70
  • Returns DynamicModule

    +
  • Defined in open-ai.module.ts:27
  • +
  • Defined in models.enum.ts:2
  • +
  • Defined in roles.enum.ts:2
  • +
  • Defined in options.interface.ts:11
  • +
  • Defined in options.interface.ts:1