Step 1 fixing code coverage for FMG with sonarqube
This commit is contained in:
parent
fa6484c9ed
commit
d61bda3863
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
verbose: true,
|
||||
coverageReporters: ["html", "text", "jest-junit", "cobertura"],
|
||||
coverageReporters: ["html", "text", "jest-junit", "cobertura"], reporters: ['default', 'jest-junit'],
|
||||
testResultsProcessor: "jest-junit",
|
||||
preset: "@vue/cli-plugin-unit-jest",
|
||||
transform: { "^.+\\.vue$": "@vue/vue3-jest",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"format": "npx prettier --write src",
|
||||
"serve": "npx prettier --write src && vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"test:unit": "vue-cli-service test:unit --coverage --ci",
|
||||
"test:unit:coverage": "vue-cli-service test:unit --coverage --ci",
|
||||
"test:unit:lite": "vue-cli-service test:unit --ci",
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue