Last active
September 19, 2015 21:05
-
-
Save bgerstle/146bb2df94a35f7e118a to your computer and use it in GitHub Desktop.
Wikipedia-iOS ignored file patterns setting in CodeCov
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generic | |
Pods/.* | |
Applications/Xcode.app/.* | |
vendor/.* | |
Carthage/.* | |
build/.* | |
.*Tests.m | |
.*Tests.swift | |
# Wikipedia-specific test folders | |
# We filter the entire folder to exclude coverage of test utility code | |
WikipediaUnitTests/.* | |
MediaWikiKit/MediaWikiKitTests/.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment