File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ jobs:
1818 run : |
1919 pwd
2020 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- poetry run coverage run --source=backend -m unittest discover
22- poetry run coverage xml -o sonarcloud-coverage.xml
21+ coverage run -m unittest discover
22+ coverage xml -o sonarcloud-coverage.xml
2323
2424 working-directory : " /home/runner/work/immunisation-fhir-api/immunisation-fhir-api/backend"
2525
2626 - name : Aggregate coverage report
2727 run : |
2828 ls -R /home/runner/work/immunisation-fhir-api/immunisation-fhir-api/backend
2929 mv /home/runner/work/immunisation-fhir-api/immunisation-fhir-api/backend/sonarcloud-coverage.xml /home/runner/work/immunisation-fhir-api/immunisation-fhir-api/sonarcloud-coverage.xml
30-
30+ ls -R /home/runner/work/immunisation-fhir-api/immunisation-fhir-api
3131
3232 - name : SonarCloud Scan
3333 uses : SonarSource/sonarcloud-github-action@master
You can’t perform that action at this time.
0 commit comments