Merge pull request #12839 from johansenja/include-hidden-files-code-cov-chunk-upload

Enable include-hidden-files for uploading code coverage chunks
This commit is contained in:
Maikel
2024-09-04 10:19:47 +10:00
committed by GitHub

View File

@@ -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