Skip to content

Commit

Permalink
Simplify coveralls integration
Browse files Browse the repository at this point in the history
Now that cpp-coveralls properly handle spaces in paths thanks to eddyxu/cpp-coveralls#85 we can let it run gcov for us.
  • Loading branch information
0xced committed May 14, 2015
1 parent 4c3a9d7 commit f4f6932
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ script:
- xcodebuild test -project XCDYouTubeKit.xcodeproj -scheme 'XCDYouTubeKit iOS Static Library' -destination 'platform=iOS Simulator,name=iPhone Retina (4-inch 64-bit)' OBJROOT=build | xcpretty -c
- xcodebuild test -project XCDYouTubeKit.xcodeproj -scheme 'XCDYouTubeKit OS X' | xcpretty -c
after_success:
- ./Scripts/coveralls.sh
- coveralls --include XCDYouTubeKit
20 changes: 0 additions & 20 deletions Scripts/create-coveralls-script.sh

This file was deleted.

15 changes: 0 additions & 15 deletions XCDYouTubeKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@
C2A3F2CB17F4827800AC1C3B /* Copy Files */,
C2A3F2C917F4827800AC1C3B /* Sources */,
C2A3F2CA17F4827800AC1C3B /* Frameworks */,
C214EBAB195D8F8D00804C00 /* Create Coveralls Script */,
C249AAA719C0872400BA17AE /* Export Environment for XcodeCoverage */,
);
buildRules = (
Expand Down Expand Up @@ -553,20 +552,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
C214EBAB195D8F8D00804C00 /* Create Coveralls Script */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Create Coveralls Script";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Scripts/create-coveralls-script.sh\" ";
};
C249AAA519C045C400BA17AE /* Delete *.gcda files */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down

0 comments on commit f4f6932

Please sign in to comment.