Merge branch 'github-actions/coverage' of https://github.com/kloep1/SELtest into github-actions/coverage
This commit is contained in:
commit
0ff0da776f
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ export default mergeConfig(
|
|||
exclude: [...configDefaults.exclude, "e2e/**"],
|
||||
root: fileURLToPath(new URL("./", import.meta.url)),
|
||||
coverage: {
|
||||
reporter: ['text', 'json-summary', 'json'],
|
||||
reporter: ["text", "json-summary", "json"],
|
||||
// If you want a coverage reports even if your tests are failing, include the reportOnFailure option
|
||||
reportOnFailure: true,
|
||||
exclude: ['**/*config*'],
|
||||
exclude: ["**/*config*"],
|
||||
thresholds: {
|
||||
lines: 60,
|
||||
branches: 60,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue