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 6c3b786 commit d542e2eCopy full SHA for d542e2e
.github/workflows/sonarcloud.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Run unittest with coverage
18
run: |
19
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
20
- coverage run --source=backend -m unittest discover
+ coverage run -m unittest discover
21
coverage xml -o sonarcloud-coverage.xml
22
23
- name: SonarCloud Scan
0 commit comments