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 f812227 commit c322427Copy full SHA for c322427
.github/workflows/coverage.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
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
29
30
- - name: Run unit tests and generate coverage report for filenameprocessor
+ - name: Run unit tests and generate coverage report for immunisation-fhir-api
31
32
mkdir -p /home/runner/work/immunisation-fhir-api/immunisation-fhir-api/backend/coverage_html_report
33
coverage run -m unittest discover
0 commit comments