Skip to content

Commit 6998e65

Browse files
committed
added
1 parent 294c7cb commit 6998e65

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
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
pwd
2020
pip install poetry moto==4.2.11 coverage redis botocore==1.35.49 simplejson responses structlog fhir.resources jsonpath_ng pydantic==1.10.13 requests aws-lambda-typing cffi pyjwt boto3-stubs-lite[dynamodb]~=1.26.90
21-
poetry run coverage run -m unittest discover -s backend
21+
poetry run coverage run --source=backend -m unittest discover -s backend
2222
poetry run coverage xml -o sonarcloud-coverage.xml
2323
2424
# working-directory: "/home/runner/work/immunisation-fhir-api/immunisation-fhir-api/backend"

0 commit comments

Comments
 (0)