From 57d0cebfb827137a3ed68194b527716ddaaca6fd Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Sun, 21 Jun 2026 12:29:24 +0530 Subject: [PATCH] ci: make Postgres coverage upload glob explicit (codecov files) --- .github/workflows/server-tests-postgres.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/server-tests-postgres.yml b/.github/workflows/server-tests-postgres.yml index ddbaccc1abf..9e204dbe423 100644 --- a/.github/workflows/server-tests-postgres.yml +++ b/.github/workflows/server-tests-postgres.yml @@ -188,6 +188,8 @@ jobs: with: name: Postgres flags: postgres + # explicit glob: download-artifact extracts each shard into its own coverage-postgres-N/ dir + files: coverage-postgres-*/coverage.xml token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true verbose: true