Skip to content

Commit

Permalink
disable UI Testing for now to test codecov ignore path
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Sep 14, 2021
1 parent 9e5f9df commit 6e6cbb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
skipped = "YES"
testExecutionOrdering = "random">
<BuildableReference
BuildableIdentifier = "primary"
Expand All @@ -52,7 +52,7 @@
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
skipped = "YES"
testExecutionOrdering = "random">
<BuildableReference
BuildableIdentifier = "primary"
Expand All @@ -63,7 +63,7 @@
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
skipped = "YES"
testExecutionOrdering = "random">
<BuildableReference
BuildableIdentifier = "primary"
Expand Down
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ignore:
- "AccessibilityStrategyTestApp/**/*"
- "SourcePackages/checkouts/KeyCombination/**/*"
- "AccessibilityStrategyTestApp/AccessibilityStrategyTestApp/"
- "AccessibilityStrategyTestApp/SourcePackages/checkouts/KeyCombination/**/*"

0 comments on commit 6e6cbb7

Please sign in to comment.