mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
CI: Only carry forward full-suite test coverage (#60344)
This commit is contained in:
parent
2468724378
commit
f72e9aea1c
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -727,6 +727,7 @@ jobs:
|
|||||||
uses: codecov/codecov-action@v2.1.0
|
uses: codecov/codecov-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
files: coverage.xml
|
files: coverage.xml
|
||||||
|
flags: full-suite
|
||||||
- name: Upload coverage to Codecov (partial coverage)
|
- name: Upload coverage to Codecov (partial coverage)
|
||||||
if: needs.changes.outputs.test_full_suite == 'false'
|
if: needs.changes.outputs.test_full_suite == 'false'
|
||||||
uses: codecov/codecov-action@v2.1.0
|
uses: codecov/codecov-action@v2.1.0
|
||||||
|
@ -12,4 +12,9 @@ comment: false
|
|||||||
# we need to carry forward.
|
# we need to carry forward.
|
||||||
flag_management:
|
flag_management:
|
||||||
default_rules:
|
default_rules:
|
||||||
carryforward: true
|
carryforward: false
|
||||||
|
individual_flags:
|
||||||
|
- name: full-suite
|
||||||
|
paths:
|
||||||
|
- ".*"
|
||||||
|
carryforward: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user