mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-06 01:18:48 +02:00
change report path to match jenkinsfile test result location
This commit is contained in:
@@ -56,13 +56,13 @@
|
||||
]
|
||||
},
|
||||
"jest": {
|
||||
"coverageDirectory": "target/coverage",
|
||||
"coverageDirectory": "target/jest-reports/coverage",
|
||||
"coveragePathIgnorePatterns": [
|
||||
"src/tests/.*"
|
||||
],
|
||||
"reporters": [ "default", "jest-junit" ]
|
||||
},
|
||||
"jest-junit": {
|
||||
"output": "./target/reports/jest-junit.xml"
|
||||
"output": "./target/jest-reports/TEST-all.xml"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
<sonar.sources>src</sonar.sources>
|
||||
<sonar.test.exclusions>**/*.test.js,src/tests/**</sonar.test.exclusions>
|
||||
<sonar.coverage.exclusions>**/*.test.js,src/tests/**</sonar.coverage.exclusions>
|
||||
<sonar.javascript.jstest.reportsPath>target/reports</sonar.javascript.jstest.reportsPath>
|
||||
<sonar.javascript.lcov.reportPaths>target/coverage/lcov.info</sonar.javascript.lcov.reportPaths>
|
||||
<sonar.javascript.jstest.reportsPath>target/jest-reports</sonar.javascript.jstest.reportsPath>
|
||||
<sonar.javascript.lcov.reportPaths>target/jest-reports/coverage/lcov.info</sonar.javascript.lcov.reportPaths>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user