Beam/codecov.yml
Aleksandrs Proskurins cfd563786d
Ignore all mock files from codecove report (#371)
* Ignore all mock files from codecove

* Fixed extension for mock ignore files
2022-12-15 14:02:25 +02:00

25 lines
527 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"
- "**/Mock*.swift"
flag_management:
default_rules:
carryforward: true
statuses:
- name_prefix: project-
type: project
target: auto
threshold: 1%