Skip to content

Commit

Permalink
Fix eslint-bridge coverage report property (#2764)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassin-kammoun-sonarsource authored Aug 16, 2021
1 parent fac6298 commit bdad078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<sonar.sources>src</sonar.sources>
<sonar.tests>tests</sonar.tests>
<sonar.language>ts</sonar.language>
<sonar.typescript.lcov.reportPaths>coverage/lcov.info</sonar.typescript.lcov.reportPaths>
<sonar.javascript.lcov.reportPaths>coverage/lcov.info</sonar.javascript.lcov.reportPaths>
</properties>

<build>
Expand Down

0 comments on commit bdad078

Please sign in to comment.