Skip to content

Commit 5bf2904

Browse files
committed
fix sonar qube 4
1 parent 7adac9d commit 5bf2904

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.13'
15+
python-version: '3.12'
1616
# make depends on uv
1717
- name: Install dependencies
1818
run: |
@@ -30,6 +30,7 @@ jobs:
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3131
with:
3232
args: >
33-
-Dsonar.projectKey=57e4df46831c0543cbb5de93848f5c2dc08d9fe1
33+
-Dsonar.projectKey=BiscayN_python-project-50
3434
-Dsonar.organization=biscayn
35+
-Dsonar.host.url=https://sonarcloud.io
3536
-Dsonar.python.coverage.reportPaths=coverage.xml

sonar-project.properties

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)