ci: Set name for coverage data upload

This commit is contained in:
Suraj Shetty 2021-09-02 10:53:53 +05:30
parent ba73d99377
commit cbd94bd33d
2 changed files with 4 additions and 2 deletions

View file

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

View file

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