Skip to content

Commit 11c8918

Browse files
authored
Merge pull request #82 from wwt/exclude-tests-from-coverage
Exclude tests from coverage
2 parents d889243 + d2dcc39 commit 11c8918

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/.codecov.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ ignore:
1818
- "Tests"
1919
- "SwiftCurrentLint"
2020
- "Sources/SwiftCurrent/Deprecations"
21-
- "SwiftCurrentExample/SwiftCurrentExampleTests"
22-
- "SwiftCurrentExample/SwiftCurrent_UIKitTests"
21+
- "ExampleApps/**/*Tests"
2322
- "fastlane"
2423

2524
comment:

0 commit comments

Comments
 (0)