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 30bc3a3 commit 00ddc1fCopy full SHA for 00ddc1f
.github/workflows/sonarcloud.yml
@@ -49,4 +49,4 @@ jobs:
49
uses: SonarSource/sonarcloud-github-action@v2
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
sonar-project.properties
@@ -1,6 +1,5 @@
1
sonar.projectKey=olyapka84_python-project-52
2
sonar.organization=olyapka84
3
-sonar.language=py
4
sonar.python.version=3.11
5
sonar.sources=task_manager
6
sonar.tests=tests
0 commit comments