Skip to content

Commit 5ff6c65

Browse files
committed
debug
1 parent b1830c0 commit 5ff6c65

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ jobs:
140140
poetry install
141141
poetry run coverage run -m unittest discover || echo "shared tests failed" >> ../../failed_tests.txt
142142
poetry run coverage xml -o ../../shared-coverage.xml
143+
ls ../../shared-coverage.xml
144+
# show director of ../.. as absolute path
145+
echo "Parent directory of shared-coverage.xml: $(pwd)/../../"
146+
#check files created
147+
if [ ! -f ../../shared-coverage.xml ]; then
148+
echo "shared-coverage.xml not found"
149+
fi
143150
144151
- name: Run unittest with id_sync
145152
working-directory: lambdas/id_sync

0 commit comments

Comments
 (0)