Skip to content

Commit

Permalink
Fix missing explicit boolean in Array.find
Browse files Browse the repository at this point in the history
  • Loading branch information
gabssnake committed Dec 4, 2022
1 parent b5406fc commit 409cdbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sonar-scanner-params.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ function extractInfoFromPackageFile(sonarScannerParams, projectBaseDir) {
// TODO: use Generic Test Data to remove dependence of SonarJS, it is need transformation lcov to sonar generic coverage format
return true
}
return false
})

if (dependenceExists('mocha-sonarqube-reporter') && fileExistsInProjectSync('xunit.xml')) {
Expand Down

0 comments on commit 409cdbd

Please sign in to comment.