mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove unused CI code (#115300)
This commit is contained in:
parent
197070486f
commit
68ba4d57d5
17
.github/workflows/ci.yaml
vendored
17
.github/workflows/ci.yaml
vendored
@ -1086,19 +1086,13 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.4
|
||||||
with:
|
with:
|
||||||
pattern: coverage-*
|
pattern: coverage-*
|
||||||
- name: Upload coverage to Codecov (full coverage)
|
- name: Upload coverage to Codecov
|
||||||
if: needs.info.outputs.test_full_suite == 'true'
|
if: needs.info.outputs.test_full_suite == 'true'
|
||||||
uses: codecov/codecov-action@v4.3.0
|
uses: codecov/codecov-action@v4.3.0
|
||||||
with:
|
with:
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
flags: full-suite
|
flags: full-suite
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
- name: Upload coverage to Codecov (partial coverage)
|
|
||||||
if: needs.info.outputs.test_full_suite == 'false'
|
|
||||||
uses: codecov/codecov-action@v4.3.0
|
|
||||||
with:
|
|
||||||
fail_ci_if_error: true
|
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
|
|
||||||
pytest-partial:
|
pytest-partial:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
@ -1224,14 +1218,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.4
|
||||||
with:
|
with:
|
||||||
pattern: coverage-*
|
pattern: coverage-*
|
||||||
- name: Upload coverage to Codecov (full coverage)
|
- name: Upload coverage to Codecov
|
||||||
if: needs.info.outputs.test_full_suite == 'true'
|
|
||||||
uses: codecov/codecov-action@v4.3.0
|
|
||||||
with:
|
|
||||||
fail_ci_if_error: true
|
|
||||||
flags: full-suite
|
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
- name: Upload coverage to Codecov (partial coverage)
|
|
||||||
if: needs.info.outputs.test_full_suite == 'false'
|
if: needs.info.outputs.test_full_suite == 'false'
|
||||||
uses: codecov/codecov-action@v4.3.0
|
uses: codecov/codecov-action@v4.3.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user