Skip to content

Commit 725cf5e

Browse files
committed
inline
1 parent 81877df commit 725cf5e

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
6060
aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
6161
62-
# - name: Run unittest with filenameprocessor-coverage
63-
# working-directory: filenameprocessor
64-
# id: filenameprocessor
65-
# continue-on-error: true
66-
# run: |
67-
# poetry env use 3.10
68-
# poetry install
69-
# poetry run coverage run -m unittest discover || echo "filenameprocessor tests failed" >> ../failed_tests.txt
70-
# poetry run coverage xml -o ../sonarcloud-coverage-filenameprocessor-coverage.xml
62+
- name: Run unittest with filenameprocessor-coverage
63+
working-directory: filenameprocessor
64+
id: filenameprocessor
65+
continue-on-error: true
66+
run: |
67+
poetry env use 3.10
68+
poetry install
69+
poetry run coverage run -m unittest discover || echo "filenameprocessor tests failed" >> ../failed_tests.txt
70+
poetry run coverage xml -o ../sonarcloud-coverage-filenameprocessor-coverage.xml
7171
7272
# - name: Run unittest with recordprocessor-coverage
7373
# working-directory: recordprocessor
@@ -108,15 +108,15 @@ jobs:
108108
run: |
109109
$RUN_TEST 3.11 delta_backend delta.xml
110110
111-
# - name: Run unittest with coverage-fhir-api
112-
# working-directory: backend
113-
# id: fhirapi
114-
# continue-on-error: true
115-
# run: |
116-
# poetry env use 3.11
117-
# poetry install
118-
# poetry run coverage run -m unittest discover || echo "fhir-api tests failed" >> ../failed_tests.txt
119-
# poetry run coverage xml -o ../sonarcloud-coverage.xml
111+
- name: Run unittest with coverage-fhir-api
112+
working-directory: backend
113+
id: fhirapi
114+
continue-on-error: true
115+
run: |
116+
poetry env use 3.11
117+
poetry install
118+
poetry run coverage run -m unittest discover || echo "fhir-api tests failed" >> ../failed_tests.txt
119+
poetry run coverage xml -o ../sonarcloud-coverage.xml
120120
121121
# - name: Run unittest with coverage-mesh-processor
122122
# working-directory: mesh_processor

0 commit comments

Comments
 (0)