Attempt at introducing codecov flags and carry them forward between test runs

This commit is contained in:
Stefan Ceriu 2022-10-14 16:21:31 +03:00 committed by Stefan Ceriu
parent 27f681440b
commit 5e1057ecab
3 changed files with 15 additions and 2 deletions

View File

@ -52,3 +52,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
flags: uitests

View File

@ -45,3 +45,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
flags: unittests

View File

@ -10,3 +10,12 @@ coverage:
ignore:
- "ElementX/Source/Generated" # ignore the folder and all its contents
flag_management:
default_rules:
carryforward: true
statuses:
- name_prefix: project-
type: project
target: auto
threshold: 1%