Skip to content

Commit a485a00

Browse files
committed
delta_backend
1 parent 26f51cd commit a485a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
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
6767
export PYTHONPATH=./src:./tests
68-
PYTHONPATH=./src:./tests poetry run coverage run --source=delta_backend -m unittest discover -s delta_backend || echo "delta tests failed" >> failed_tests.txt
68+
PYTHONPATH=delta_backend/src:delta_backend/tests poetry run coverage run --source=delta_backend -m unittest discover -s delta_backend || echo "delta tests failed" >> failed_tests.txt
6969
poetry run coverage xml -o sonarcloud-coverage-delta.xml
7070
7171
# - name: Run unittest with coverage-fhir-api

0 commit comments

Comments
 (0)