Merge pull request #2631 from Safelite/feature/brydon/DTECH-533
Step 1 fixing code coverage for FMG with sonarqube
This commit is contained in:
commit
e56278ff53
2 changed files with 2 additions and 1 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",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"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