Skip to content

Commit d542e2e

Browse files
committed
added
1 parent 6c3b786 commit d542e2e

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run unittest with coverage
1818
run: |
1919
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
20+
coverage run -m unittest discover
2121
coverage xml -o sonarcloud-coverage.xml
2222
2323
- name: SonarCloud Scan

0 commit comments

Comments
 (0)