mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-17 03:48:15 +00:00
ci: upload test coverage to codecov (#12291)
This commit is contained in:
parent
98a5a2c086
commit
c0b13f087a
5
.github/workflows/airflow-plugin.yml
vendored
5
.github/workflows/airflow-plugin.yml
vendored
@ -87,6 +87,11 @@ jobs:
|
||||
flags: airflow-${{ matrix.python-version }}-${{ matrix.extra_pip_extras }}
|
||||
name: pytest-airflow
|
||||
verbose: true
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
5
.github/workflows/build-and-test.yml
vendored
5
.github/workflows/build-and-test.yml
vendored
@ -134,6 +134,11 @@ jobs:
|
||||
flags: ${{ matrix.timezone }}
|
||||
name: ${{ matrix.command }}
|
||||
verbose: true
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
quickstart-compose-validation:
|
||||
runs-on: ubuntu-latest
|
||||
|
5
.github/workflows/dagster-plugin.yml
vendored
5
.github/workflows/dagster-plugin.yml
vendored
@ -74,6 +74,11 @@ jobs:
|
||||
flags: dagster-${{ matrix.python-version }}-${{ matrix.extraPythonRequirement }}
|
||||
name: pytest-dagster
|
||||
verbose: true
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
5
.github/workflows/gx-plugin.yml
vendored
5
.github/workflows/gx-plugin.yml
vendored
@ -78,6 +78,11 @@ jobs:
|
||||
flags: gx-${{ matrix.python-version }}-${{ matrix.extraPythonRequirement }}
|
||||
name: pytest-gx
|
||||
verbose: true
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
5
.github/workflows/metadata-ingestion.yml
vendored
5
.github/workflows/metadata-ingestion.yml
vendored
@ -98,6 +98,11 @@ jobs:
|
||||
flags: ingestion-${{ matrix.python-version }}-${{ matrix.command }}
|
||||
name: pytest-ingestion
|
||||
verbose: true
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
5
.github/workflows/metadata-io.yml
vendored
5
.github/workflows/metadata-io.yml
vendored
@ -90,6 +90,11 @@ jobs:
|
||||
fail_ci_if_error: false
|
||||
name: metadata-io-test
|
||||
verbose: true
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
5
.github/workflows/prefect-plugin.yml
vendored
5
.github/workflows/prefect-plugin.yml
vendored
@ -70,6 +70,11 @@ jobs:
|
||||
flags: prefect-${{ matrix.python-version }}
|
||||
name: pytest-prefect
|
||||
verbose: true
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
event-file:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user