diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 2e3689e..c1073c9 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -105,4 +105,5 @@ jobs: -Dsonar.host.url=$SONAR_HOST_URL \ -Dsonar.token=$SONAR_TOKEN \ -Dsonar.python.version=3.11 \ - -Dsonar.projectVersion=1.0.0 + -Dsonar.projectVersion=1.0.0 \ + -Dsonar.coverage.exclusions=orchestrator/worker/worker.py diff --git a/tests/orchestrator/activities/__init__.py b/tests/orchestrator/activities/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/orchestrator/utils/__init__.py b/tests/orchestrator/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/orchestrator/workflows/__init__.py b/tests/orchestrator/workflows/__init__.py new file mode 100644 index 0000000..e69de29