We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25dd96 commit 954a279Copy full SHA for 954a279
.github/workflows/sonarcloud.yml
@@ -64,7 +64,7 @@ jobs:
64
continue-on-error: true
65
run: |
66
pip install poetry==1.8.4 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
67
- poetry run coverage run --source=delta_backend -m unittest discover -s delta_backend || echo "delta tests failed" >> failed_tests.txt
+ poetry run coverage run --source=delta_backend -m unittest discover -s delta_backend -v || echo "delta tests failed" >> failed_tests.txt
68
poetry run coverage xml -o sonarcloud-coverage-delta.xml
69
70
- name: Run unittest with coverage-fhir-api
0 commit comments