File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments