We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adac9d commit 5bf2904Copy full SHA for 5bf2904
.github/workflows/sonarcloud.yml
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python
13
uses: actions/setup-python@v5
14
with:
15
- python-version: '3.13'
+ python-version: '3.12'
16
# make depends on uv
17
- name: Install dependencies
18
run: |
@@ -30,6 +30,7 @@ jobs:
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
32
args: >
33
- -Dsonar.projectKey=57e4df46831c0543cbb5de93848f5c2dc08d9fe1
+ -Dsonar.projectKey=BiscayN_python-project-50
34
-Dsonar.organization=biscayn
35
+ -Dsonar.host.url=https://sonarcloud.io
36
-Dsonar.python.coverage.reportPaths=coverage.xml
sonar-project.properties
0 commit comments