Skip to content

Instantly share code, notes, and snippets.

@bgerstle
Last active September 19, 2015 21:05
Show Gist options
  • Save bgerstle/146bb2df94a35f7e118a to your computer and use it in GitHub Desktop.
Save bgerstle/146bb2df94a35f7e118a to your computer and use it in GitHub Desktop.
Wikipedia-iOS ignored file patterns setting in CodeCov
# 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