mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +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
|
||||
with:
|
||||
files: coverage.xml
|
||||
flags: full-suite
|
||||
- name: Upload coverage to Codecov (partial coverage)
|
||||
if: needs.changes.outputs.test_full_suite == 'false'
|
||||
uses: codecov/codecov-action@v2.1.0
|
||||
|
@ -12,4 +12,9 @@ comment: false
|
||||
# we need to carry forward.
|
||||
flag_management:
|
||||
default_rules:
|
||||
carryforward: true
|
||||
carryforward: false
|
||||
individual_flags:
|
||||
- name: full-suite
|
||||
paths:
|
||||
- ".*"
|
||||
carryforward: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user