mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-11 21:51:48 +00:00
ci: make Postgres coverage upload glob explicit (codecov files)
This commit is contained in:
2
.github/workflows/server-tests-postgres.yml
vendored
2
.github/workflows/server-tests-postgres.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user