Add step to display coverage directory structure in CI

This commit is contained in:
shamoon
2025-09-19 09:01:06 -07:00
parent 30455d16bf
commit c0af82a6c3

View File

@@ -358,6 +358,8 @@ jobs:
with: with:
pattern: frontend-coverage-* pattern: frontend-coverage-*
path: ./coverage/ path: ./coverage/
- name: Display structure of downloaded coverage
run: ls -R ./coverage/
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with: