We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7ecbe commit fef0492Copy full SHA for fef0492
test/karma.conf.js
@@ -125,9 +125,14 @@ module.exports = function (config) {
125
{type: 'lcov', subdir: '.'}
126
]
127
},
128
+ plugins: [
129
+ 'karma-sonarqube-unit-reporter'
130
+ ],
131
sonarQubeUnitReporter: {
132
sonarQubeVersion: 'LATEST',
133
outputFile: 'testcoverage/ut_report.xml',
134
+ testPaths: ['./test'],
135
+ testFilePattern: '.spec.js',
136
useBrowserName: false
137
138
// web server port
0 commit comments