From 0b2294133d493a686efe486045daf7333fd5d1a1 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 19 Sep 2025 09:17:38 -0700 Subject: [PATCH] Revert "Add step to display coverage directory structure in CI" This reverts commit c0af82a6c3c760894a8178da579474653f2fb3a2. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fa3d236e..428e74df7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -358,8 +358,6 @@ jobs: with: pattern: frontend-coverage-* path: ./coverage/ - - name: Display structure of downloaded coverage - run: ls -R ./coverage/ - name: Set up Python uses: actions/setup-python@v5 with: