Skip to content

Commit

Permalink
Update JavaScript lcov report path
Browse files Browse the repository at this point in the history
The lcov report path for JavaScript in the sonar-project.properties file has been updated. The unnecessary leading dot before the path has been removed, providing a cleaner more readable path syntax.
  • Loading branch information
josch87 committed Jun 9, 2024
1 parent 6e669ff commit d3ed9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sonar.sources=./frontend/src
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

sonar.javascript.lcov.reportPaths=./frontend/coverage/lcov.info
sonar.javascript.lcov.reportPaths=frontend/coverage/lcov.info

0 comments on commit d3ed9f0

Please sign in to comment.