From 93b0c7a0b556799607cef33a95736def3dff9447 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 3 Sep 2024 20:26:26 -0700 Subject: [PATCH] Allow uploading of .coverage file (#20932) --- .github/workflows/backend_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backend_tests.yml b/.github/workflows/backend_tests.yml index f1d6036231a7..c9972c6b0688 100644 --- a/.github/workflows/backend_tests.yml +++ b/.github/workflows/backend_tests.yml @@ -66,6 +66,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ format('backend_test_coverage_shard_{0}', matrix.shard) }} + include-hidden-files: true path: .coverage retention-days: 1 check_combined_coverage: