diff --git a/.coveragerc b/.coveragerc index 0e4ede6..f227e0f 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,4 +1,2 @@ [run] -source = selfprivacy_api -[report] -omit = selfprivacy_api/app.py \ No newline at end of file +source = selfprivacy_api \ No newline at end of file diff --git a/.drone.yml b/.drone.yml index dbe1265..5f89a9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,9 +17,3 @@ steps: - name: formatting commands: - black --check . -- name: sonarqube - commands: - - sonar-scanner -Dsonar.projectKey=selfprivacy-api -Dsonar.sources=. -Dsonar.host.url=https://sonarqube.inex.dev -Dsonar.login=$SONAR_TOKEN - environment: - SONAR_TOKEN: - from_secret: inex-sonarqube