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 80008b6 commit 8d04f79Copy full SHA for 8d04f79
.github/workflows/sonarcloud.yml
@@ -18,9 +18,8 @@ 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
23
- working-directory: "/home/runner/work/immunisation-fhir-api/immunisation-fhir-api/backend"
+ poetry run coverage run --source=backend -m unittest discover
+ poetry run coverage xml -o sonarcloud-coverage.xml
24
25
- name: SonarCloud Scan
26
uses: SonarSource/sonarcloud-github-action@master
0 commit comments