Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Apr 21, 2024
1 parent fb89b8a commit 18850ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
-Dsonar.test.exclusions=tests/**
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
-Dsonar.tests=tests/
${{ github.event_name != 'pull_request' && '-Dsonar.branch.name=' + github.ref }}
${{ if github.event_name != 'pull_request' }}-Dsonar.branch.name=${{ github.ref }}{{ endif }}
-Dsonar.verbose=true

0 comments on commit 18850ff

Please sign in to comment.