From 12fef6e5b869b617bfddf517f5c8d7ec3c565def Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 18 Sep 2024 08:17:43 +1000 Subject: [PATCH] Updated actions/upload-artifact. --- .github/workflows/scaffold-test.yml | 1 + .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/scaffold-test.yml b/.github/workflows/scaffold-test.yml index 9914e67..175dd7d 100644 --- a/.github/workflows/scaffold-test.yml +++ b/.github/workflows/scaffold-test.yml @@ -75,6 +75,7 @@ jobs: with: name: ${{github.job}}-code-coverage-report-${{ matrix.bats-tags }} path: ./.scaffold-coverage-html + include-hidden-files: true if-no-files-found: error - name: Upload coverage report to Codecov diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index baeb0d6..1a0015e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -119,6 +119,7 @@ jobs: with: name: ${{github.job}}-code-coverage-report-${{ matrix.name }} path: ./.logs/coverage/phpunit/.coverage-html + include-hidden-files: true if-no-files-found: error - name: Upload coverage report to Codecov