ci: make Postgres coverage upload glob explicit (codecov files)

This commit is contained in:
Mihir Kandoi
2026-06-21 12:29:24 +05:30
parent d7eb54b153
commit 57d0cebfb8

View File

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