Skip to content

Commit

Permalink
chore: update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Nov 25, 2024
1 parent 3a64326 commit 2213131
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 67 deletions.
8 changes: 4 additions & 4 deletions packages/orm/mikro-orm/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 97.75,
branches: 97.46,
statements: 97.78,
branches: 97.43,
functions: 100,
lines: 97.75
lines: 97.78
}
}
}
}
);
);
4 changes: 2 additions & 2 deletions packages/orm/prisma/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export default defineConfig(
...presets.test.coverage,
thresholds: {
statements: 91.11,
branches: 92.15,
branches: 92.2,
functions: 92.59,
lines: 91.11
}
}
}
}
);
);
4 changes: 2 additions & 2 deletions packages/platform/platform-router/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export default defineConfig(
...presets.test.coverage,
thresholds: {
statements: 100,
branches: 94.24,
branches: 94.2,
functions: 100,
lines: 100
}
}
}
}
);
);
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {Controller} from "@tsed/di";
import {Get} from "@tsed/schema";
import {Hidden} from "@tsed/swagger";
import {Get, Hidden} from "@tsed/schema";

@Hidden()
@Controller("/features")
Expand Down
10 changes: 5 additions & 5 deletions packages/security/jwks/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 0,
branches: 0,
functions: 0,
lines: 0
statements: 100,
branches: 100,
functions: 100,
lines: 100
}
}
}
}
);
);
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 0,
branches: 0,
functions: 0,
lines: 0
statements: 98.76,
branches: 86.36,
functions: 100,
lines: 98.76
}
}
}
}
);
);
10 changes: 5 additions & 5 deletions packages/security/oidc-provider/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 0,
branches: 0,
functions: 0,
lines: 0
statements: 97.37,
branches: 92,
functions: 98.61,
lines: 97.37
}
}
}
}
);
);
10 changes: 5 additions & 5 deletions packages/security/passport/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 0,
branches: 0,
functions: 0,
lines: 0
statements: 98.66,
branches: 93.58,
functions: 100,
lines: 98.66
}
}
}
}
);
);
10 changes: 5 additions & 5 deletions packages/third-parties/agenda/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 100,
branches: 100,
functions: 100,
lines: 100
statements: 0,
branches: 0,
functions: 0,
lines: 0
}
}
}
}
);
);
10 changes: 5 additions & 5 deletions packages/third-parties/components-scan/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export default defineConfig(
"**/isTsEnv.ts"
],
thresholds: {
statements: 100,
branches: 95.65,
functions: 100,
lines: 100,
statements: 0,
branches: 0,
functions: 0,
lines: 0,

}
}
}
}
);
);
10 changes: 5 additions & 5 deletions packages/third-parties/event-emitter/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 81.72,
branches: 100,
functions: 90,
lines: 81.72
statements: 0,
branches: 0,
functions: 0,
lines: 0
}
}
}
}
);
);
10 changes: 5 additions & 5 deletions packages/third-parties/pulse/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 100,
branches: 100,
functions: 100,
lines: 100
statements: 0,
branches: 0,
functions: 0,
lines: 0
}
}
}
}
);
);
3 changes: 1 addition & 2 deletions packages/third-parties/socketio/test/app/models/User.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {Indexed, Model, ObjectID, Unique} from "@tsed/mongoose";
import {ObjectID} from "@tsed/mongoose";
import {Allow, Email, Ignore, MinLength, Property, Required} from "@tsed/schema";
import {Hidden} from "@tsed/swagger";

export interface IUser {
name: string;
Expand Down
10 changes: 5 additions & 5 deletions packages/third-parties/socketio/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 99.59,
branches: 98.87,
functions: 100,
lines: 99.59
statements: 0,
branches: 0,
functions: 0,
lines: 0
}
}
}
}
);
);
10 changes: 5 additions & 5 deletions packages/third-parties/stripe/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 100,
branches: 100,
functions: 100,
lines: 100
statements: 0,
branches: 0,
functions: 0,
lines: 0
}
}
}
}
);
);
10 changes: 5 additions & 5 deletions packages/third-parties/terminus/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 100,
branches: 100,
functions: 100,
lines: 100
statements: 0,
branches: 0,
functions: 0,
lines: 0
}
}
}
}
);
);

0 comments on commit 2213131

Please sign in to comment.