Beam/codecov.yml
Aleksandrs Proskurins 114328ea65
Update codecov (#356)
* Exclude files that don't belong codecov

* Start tracking coverage from integration tests

* Added IntegrationTests to targets

* Pbxpoj file
2022-12-08 08:09:18 +00:00

24 lines
505 B
YAML

coverage:
status:
project:
default:
# Commits pushed to master should not make the overall
# project coverage decrease by more than 1%:
target: auto
threshold: 1%
patch: false
ignore:
- "ElementX/Sources/Generated"
- "ElementX/Sources/Vendor"
- "ElementX/Sources/UITests"
- "Tools"
flag_management:
default_rules:
carryforward: true
statuses:
- name_prefix: project-
type: project
target: auto
threshold: 1%