Skip to content

Commit 3d5c393

Browse files
committed
πŸ‘¨β€πŸ’» Add some CLIs for troubleshooting.
1 parent 562cde7 commit 3d5c393

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
@@ -51,6 +51,8 @@ jobs:
5151
pip3 install coverage
5252
echo "======== Check all the test coverage reports currently. ========"
5353
ls -la
54+
coverage report --data-file=coverage_unit-test_ubuntu-latest_3.11
55+
coverage report --data-file=coverage_integration-test_macos-latest_3.12
5456
5557
- name: Combine all testing coverage data files with test type and runtime OS, and convert to XML format file finally
5658
run: |

0 commit comments

Comments
Β (0)