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