We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c067d commit d0a0268Copy full SHA for d0a0268
.github/workflows/sonarcloud.yml
@@ -61,8 +61,8 @@ jobs:
61
62
- name: Run unittest with coverage-delta
63
id: delta
64
- env:
65
- PYTHONPATH: delta_backend/src:delta_backend/tests
+ # env:
+ # PYTHONPATH: delta_backend/src:delta_backend/tests
66
continue-on-error: true
67
run: |
68
pip install poetry==1.8.4 moto==4.2.11 mypy-boto3-dynamodb==1.35.54 boto3==1.26.165 coverage botocore==1.29.165 jmespath==1.0.1 python-dateutil==2.9.0 urllib3==1.26.20 s3transfer==0.6.2 typing-extensions==4.12.2
0 commit comments