Skip to content

Commit 406d72b

Browse files
committed
added
1 parent 8d04f79 commit 406d72b

File tree

2 files changed

+7
-7392
lines changed

2 files changed

+7
-7392
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ jobs:
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
2121
poetry run coverage run --source=backend -m unittest discover
22-
poetry run coverage xml -o sonarcloud-coverage.xml
22+
23+
working-directory: "/home/runner/work/immunisation-fhir-api/immunisation-fhir-api/backend"
24+
25+
- name: Coverage
26+
run: poetry run coverage xml -o sonarcloud-coverage.xml
27+
working-directory: "/home/runner/work/immunisation-fhir-api/immunisation-fhir-api"
28+
2329

2430
- name: SonarCloud Scan
2531
uses: SonarSource/sonarcloud-github-action@master

0 commit comments

Comments
 (0)