Skip to content

Commit 6c3b786

Browse files
committed
added
1 parent 75693b2 commit 6c3b786

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ jobs:
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616

17-
- uses: ./.github/actions/composite-setup
18-
1917
- name: Run unittest with coverage
2018
run: |
2119
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
22-
poetry run coverage run --source=backend -m unittest discover
23-
poetry run coverage xml -o sonarcloud-coverage.xml
20+
coverage run --source=backend -m unittest discover
21+
coverage xml -o sonarcloud-coverage.xml
2422
2523
- name: SonarCloud Scan
2624
uses: SonarSource/sonarcloud-github-action@master

0 commit comments

Comments
 (0)