SIENTIAPDE-1030

some fixes in workflow
This commit is contained in:
vitor-aignosi
2025-06-09 08:06:02 -03:00
parent 24ae3bfb9f
commit 1fd8bdc2e3

View File

@@ -76,7 +76,7 @@ jobs:
- name: 🧪 Run Tests with Pytest
run: |
set +e
pytest tests --junitxml=pytest.xml --cov=scouter --cov-report=xml --cov-report=term
pytest tests --junitxml=pytest.xml --cov=orchestrator --cov-report=xml --cov-report=term
PYTEST_EXIT_CODE=$?
set -e
@@ -98,7 +98,7 @@ jobs:
run: |
sonar-scanner \
-Dsonar.projectKey=$SONAR_PROJECT_KEY \
-Dsonar.sources=scouter \
-Dsonar.sources=orchestrator \
-Dsonar.tests=tests \
-Dsonar.python.coverage.reportPaths=coverage.xml \
-Dsonar.python.xunit.reportPath=pytest.xml \