File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ service_name : travis-ci
Original file line number Diff line number Diff line change @@ -71,5 +71,3 @@ crashlytics-build.properties
7171leptonica- *
7272tesseract- *
7373
74- # Private Coveralls
75- .coveralls.yml
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ xcode_sdk:
66xcode_scheme :
77 - Template Framework Project
88 - TestsProject
9+ before_install :
10+ sudo pip install cpp-coveralls
911after_success :
10- ./scripts/coveralls.rb --extension m --extension mm --exclude-folder include
12+ ./scripts/coveralls.rb --extension m --extension mm --exclude-folder include --exclude-folder TestsProject
1113
Original file line number Diff line number Diff line change 88# arraw of source subfolders to exclude
99excludedFolders = [ ]
1010extensionsToProcess = [ ]
11- coveralls_cmd = "coveralls"
11+ coveralls_cmd = "cpp- coveralls"
1212
1313excludeHeaders = false
1414
You can’t perform that action at this time.
0 commit comments