1 parent 722349c commit bcd971eCopy full SHA for bcd971e
2 files changed
.github/workflows/ci-cd.yml
@@ -144,8 +144,6 @@ jobs:
144
uses: SonarSource/sonarqube-scan-action@v6.0.0
145
env:
146
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
147
- SONAR_PROJECTKEY: Fenix22_python-fmdata
148
- SONAR_ORGANIZATION: fenix22
149
150
release:
151
name: Release on tag
sonar-project.properties
@@ -0,0 +1,4 @@
1
+sonar.organization=Fenix22_python-fmdata
2
+sonar.projectKey=fenix22
3
+
4
+sonar.sources=.
0 commit comments