Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Apr 21, 2024
1 parent b950158 commit aed14cc
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/
-Dsonar.branch.name=${{ github.ref_name }}
${{ github.event_name == 'pull_request' ? '' : '-Dsonar.branch.name=' + github.ref_name }}
-Dsonar.verbose=true

0 comments on commit aed14cc

Please sign in to comment.