Skip to content

Commit

Permalink
Merge pull request #12839 from johansenja/include-hidden-files-code-c…
Browse files Browse the repository at this point in the history
…ov-chunk-upload

Enable include-hidden-files for uploading code coverage chunks
  • Loading branch information
mkllnk committed Sep 4, 2024
2 parents 3f1d99d + fd2cbb6 commit fde18eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -559,3 +565,4 @@ jobs:
path: coverage/**/*.*
retention-days: 7
if-no-files-found: ignore
include-hidden-files: true

0 comments on commit fde18eb

Please sign in to comment.