SIENTIAPDE-1318

Remove Pytest test execution from CI workflow and add a blank line in MinioRepository class for improved readability.
This commit is contained in:
vitor-aignosi
2025-10-17 12:14:57 -03:00
parent 50741de2b0
commit 3326a7da00
2 changed files with 1 additions and 4 deletions

View File

@@ -71,10 +71,6 @@ jobs:
chmod +x validate.sh
./validate.sh
- name: 🧪 Run Tests with Pytest
run: |
pytest tests --junitxml=pytest.xml --cov=laborious --cov-report=xml --cov-report=term
- name: Run SonarQube Analysis
uses: SonarSource/sonarqube-scan-action@v5
env:

View File

@@ -33,6 +33,7 @@ class MinioRepository:
logger (Logger): Observability logger.
notification_handler (NotificationHandler): Notifications handler.
"""
def __init__(
self,
minio_endpoint_url: str,