Skip to content

Commit 9d5fa0d

Browse files
committed
Try changing from base branch to PR one
1 parent 455c726 commit 9d5fa0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
run: |
5151
poetry run -- pysonar --sonar-token ${{ secrets.SONAR_TOKEN }} \
5252
--sonar-pullrequest-branch ${{ github.ref_name }} \
53+
--sonar-pullrequest-base main \
5354
--sonar-python-coverage-report-paths ci-coverage.xml \
5455
--sonar-python-pylint-report-path .lint.json \
5556
--sonar-python-bandit-report-paths .security.json

sonar-project.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ sonar.host.url=https://sonarcloud.io
66

77
sonar.sources=exasol/toolbox
88
sonar.tests=test
9-
sonar.python.version=3.9,3.10,3.11,3.12,3.13
10-
sonar.branch.target=main
9+
sonar.python.version=3.9,3.10,3.11,3.12,3.13

0 commit comments

Comments
 (0)