Skip to content

Commit

Permalink
Excluded Tests folder for code coverage service coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mmllr committed Apr 7, 2014
1 parent 3920c46 commit 2f73817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,4 @@ before_install:
- sudo easy_install cpp-coveralls
script: xcodebuild -workspace Example/MMLayerAccessibilityDemo.xcworkspace/ -scheme MMLayerAccessibilityDemo CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO MM_IS_COVERAGE_BUILD=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES test
after_success:
- ./coveralls.rb --extension m --exclude-folder Classes/osx/Specs --exclude-folder Example
- ./coveralls.rb --extension m --exclude-folder Classes/Tests --exclude-folder Example

0 comments on commit 2f73817

Please sign in to comment.