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

@ -51,4 +51,6 @@ jobs:
if-no-files-found: ignore
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
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

@ -9,4 +9,13 @@ coverage:
patch: false
ignore:
- "ElementX/Source/Generated" # ignore the folder and all its contents
- "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%