Ignore all mock files from codecove report (#371)

* Ignore all mock files from codecove

* Fixed extension for mock ignore files
pull/374/head
Aleksandrs Proskurins 6 months ago committed by GitHub
parent 30cb97ee4f
commit cfd563786d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,7 @@ ignore:
- "ElementX/Sources/Vendor"
- "ElementX/Sources/UITests"
- "Tools"
- "**/Mock*.swift"
flag_management:
default_rules:

Loading…
Cancel
Save