Merge branch 'github-actions/coverage' of github.com:kloep1/SELtest into github-actions/coverage
This commit is contained in:
commit
a419562a88
4 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@
|
||||||
"lint": "eslint . --fix",
|
"lint": "eslint . --fix",
|
||||||
"pretest:unit": "npm run build",
|
"pretest:unit": "npm run build",
|
||||||
"test:unit": "vitest --run",
|
"test:unit": "vitest --run",
|
||||||
"test:coverage": "vitest --run --coverage.enabled true"
|
"test:coverage": "vitest --run --coverage.enabled true"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mikro-orm/core": "6.4.9",
|
"@mikro-orm/core": "6.4.9",
|
||||||
|
|
0
backend/src/test.ts
Normal file
0
backend/src/test.ts
Normal file
|
@ -14,8 +14,8 @@ export default defineConfig({
|
||||||
lines: 60,
|
lines: 60,
|
||||||
branches: 60,
|
branches: 60,
|
||||||
functions: 60,
|
functions: 60,
|
||||||
statements: 60
|
statements: 60,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
@ -18,9 +18,9 @@ export default mergeConfig(
|
||||||
lines: 60,
|
lines: 60,
|
||||||
branches: 60,
|
branches: 60,
|
||||||
functions: 60,
|
functions: 60,
|
||||||
statements: 60
|
statements: 60,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue