Skip to content

Commit c2bd183

Browse files
committed
debug
1 parent b051aa3 commit c2bd183

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ jobs:
158158
- name: Run Test Failure Summary
159159
id: check_failure
160160
run: |
161+
# list all coverage xml files
162+
echo "Coverage XML files:"
163+
find . -name "*.xml" -print
164+
echo "Review shared-coverage.xml for shared coverage"
165+
cat shared-coverage.xml
166+
# Check if failed_tests.txt exists and is not empty
161167
if [ -s failed_tests.txt ]; then
162168
echo "The following tests failed:"
163169
cat failed_tests.txt

0 commit comments

Comments
 (0)