diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index c56df37..8ec02da 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -31,6 +31,7 @@ jobs: - name: Copy Artifacts into Root Folder working-directory: ./artifacts run: | + ls -l if [ -f .coverage/.coverage ]; then cp .coverage/.coverage ../; fi if [ -f .lint.txt/.lint.txt ]; then cp .lint.txt/.lint.txt ../; fi