We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dc33a commit defdd70Copy full SHA for defdd70
.github/workflows/sonarcloud.yml
@@ -18,10 +18,10 @@ jobs:
18
run: |
19
pwd
20
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
- coverage run -m unittest discover
22
- coverage xml -o sonarcloud-coverage.xml
+ poetry run coverage run -m unittest discover -s backend
+ poetry run coverage xml -o sonarcloud-coverage.xml
23
24
- working-directory: "/home/runner/work/immunisation-fhir-api/immunisation-fhir-api/backend"
+ # working-directory: "/home/runner/work/immunisation-fhir-api/immunisation-fhir-api/backend"
25
26
- name: Aggregate coverage report
27
0 commit comments