ci: Set name for coverage data upload
This commit is contained in:
parent
ba73d99377
commit
cbd94bd33d
2 changed files with 4 additions and 2 deletions
3
.github/workflows/server-mariadb-tests.yml
vendored
3
.github/workflows/server-mariadb-tests.yml
vendored
|
|
@ -120,7 +120,8 @@ jobs:
|
|||
CI_BUILD_ID: ${{ github.run_id }}
|
||||
ORCHESTRATOR_URL: http://test-orchestrator.frappe.io
|
||||
|
||||
- uses: codecov/codecov-action@v2
|
||||
- name: Upload coverage data
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
name: MariaDB
|
||||
fail_ci_if_error: true
|
||||
|
|
|
|||
3
.github/workflows/server-postgres-tests.yml
vendored
3
.github/workflows/server-postgres-tests.yml
vendored
|
|
@ -121,7 +121,8 @@ jobs:
|
|||
CI_BUILD_ID: ${{ github.run_id }}
|
||||
ORCHESTRATOR_URL: http://test-orchestrator.frappe.io
|
||||
|
||||
- uses: codecov/codecov-action@v2
|
||||
- name: Upload coverage data
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
name: Postgres
|
||||
fail_ci_if_error: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue