Skip to content

Commit 6279557

Browse files
committed
πŸ‘¨β€πŸ’» Add log for troubleshooting.
1 parent 8fff3e2 commit 6279557

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

β€Ž.github/workflows/rw_organize_test_cov_reports.yamlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
python3 -m pip install --upgrade pip
5050
pip3 install -U pip
5151
pip3 install coverage
52+
echo "Check all the test coverage reports currently."
53+
ls -la
5254
5355
- name: Combine all testing coverage data files with test type and runtime OS, and convert to XML format file finally
5456
run: |

0 commit comments

Comments
Β (0)