Revert "Add step to display coverage directory structure in CI"

This reverts commit c0af82a6c3.
This commit is contained in:
shamoon
2025-09-19 09:17:38 -07:00
parent c0af82a6c3
commit 0b2294133d

View File

@@ -358,8 +358,6 @@ 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: