mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Attempt at introducing codecov flags and carry them forward between test runs
This commit is contained in:
parent
27f681440b
commit
5e1057ecab
2
.github/workflows/ui_tests.yml
vendored
2
.github/workflows/ui_tests.yml
vendored
@ -52,3 +52,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
|
with:
|
||||||
|
flags: uitests
|
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@ -45,3 +45,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
|
with:
|
||||||
|
flags: unittests
|
||||||
|
@ -10,3 +10,12 @@ coverage:
|
|||||||
|
|
||||||
ignore:
|
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%
|
Loading…
x
Reference in New Issue
Block a user