From fd2cbb67db55337430802cc1b745411d48e022a7 Mon Sep 17 00:00:00 2001 From: Joseph Johansen Date: Tue, 3 Sep 2024 18:49:38 +0100 Subject: [PATCH] Enable include-hidden-files for upload code coverage chunks --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c33e47c8c36..73f3dbffc95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,6 +93,7 @@ jobs: path: coverage/*.* retention-days: 2 # doesn't need to be long, because it's the combined results that matter if-no-files-found: ignore + include-hidden-files: true models: runs-on: ubuntu-22.04 @@ -160,6 +161,7 @@ jobs: path: coverage/*.* retention-days: 2 # doesn't need to be long, because it's the combined results that matter if-no-files-found: ignore + include-hidden-files: true system_admin: runs-on: ubuntu-22.04 @@ -237,6 +239,7 @@ jobs: path: coverage/*.* retention-days: 2 # doesn't need to be long, because it's the combined results that matter if-no-files-found: ignore + include-hidden-files: true - name: Archive failed tests screenshots if: failure() @@ -323,6 +326,7 @@ jobs: path: coverage/*.* retention-days: 2 # doesn't need to be long, because it's the combined results that matter if-no-files-found: ignore + include-hidden-files: true - name: Archive failed tests screenshots if: failure() @@ -410,6 +414,7 @@ jobs: path: coverage/*.* retention-days: 2 # doesn't need to be long, because it's the combined results that matter if-no-files-found: ignore + include-hidden-files: true test_the_rest: runs-on: ubuntu-22.04 @@ -486,6 +491,7 @@ jobs: path: coverage/*.* retention-days: 2 # doesn't need to be long, because it's the combined results that matter if-no-files-found: ignore + include-hidden-files: true non_knapsack_jest_karma: runs-on: ubuntu-22.04 @@ -559,3 +565,4 @@ jobs: path: coverage/**/*.* retention-days: 7 if-no-files-found: ignore + include-hidden-files: true