Skip to content

Commit

Permalink
Added handling for test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert committed Nov 25, 2024
1 parent 2682834 commit 6d04370
Show file tree
Hide file tree
Showing 19 changed files with 2,065 additions and 24 deletions.
2 changes: 2 additions & 0 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { CircleciPipelinesModule } from './circleciPipelines/circleciPipelines.m
import { CircleciInsightsModule } from './circleciInsights/circleciInsights.module';
import { TestingStatesModule } from './testingStates/testingStates.module';
import { TestingRunsModule } from './testingRuns/testingRuns.module';
import { TestingCasesModule } from './testingCases/testingCases.module';
import { TestingPerfsModule } from './testingPerfs/testingPerfs.module';
import { BambooRunsModule } from './bambooRuns/bambooRuns.module';
import { join } from 'path';
Expand Down Expand Up @@ -62,6 +63,7 @@ import { AuthenticationMiddleware } from './auth/authentication.middleware';
CircleciInsightsModule,
TestingStatesModule,
TestingRunsModule,
TestingCasesModule,
TestingPerfsModule,
BambooRunsModule,
],
Expand Down
Loading

0 comments on commit 6d04370

Please sign in to comment.