mirror of
https://github.com/element-hq/matrix-rich-text-editor.git
synced 2026-01-11 19:46:33 +00:00
Exclude tests directory from coverage reporting and make HTMLParserTests testable
This commit is contained in:
parent
c8299f22d9
commit
e14378f210
2 changed files with 11 additions and 0 deletions
|
|
@ -5,4 +5,5 @@ output_directory: platforms/ios/lib/coverage
|
|||
build_directory: platforms/ios/example/DerivedData
|
||||
ignore:
|
||||
- platforms/ios/example/**
|
||||
- platforms/ios/lib/WysiwygComposer/Tests/**
|
||||
- platforms/ios/lib/WysiwygComposer/Sources/WysiwygComposer/WysiwygComposer.swift
|
||||
|
|
@ -40,6 +40,16 @@
|
|||
ReferencedContainer = "container:">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
<TestableReference
|
||||
skipped = "NO">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "HTMLParserTests"
|
||||
BuildableName = "HTMLParserTests"
|
||||
BlueprintName = "HTMLParserTests"
|
||||
ReferencedContainer = "container:">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue