File tree Expand file tree Collapse file tree 12 files changed +45
-42
lines changed
ParseFacebookUtilsTvOs/ParseFacebookUtilsTvOS.xcodeproj
ParseFacebookUtilsiOS/ParseFacebookUtilsiOS.xcodeproj
ParseFacebookUtils/ParseFacebookUtils.xcodeproj
ParseUI/ParseUI.xcodeproj Expand file tree Collapse file tree 12 files changed +45
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -68,23 +68,30 @@ jobs:
6868 run : set -o pipefail && env NSUnbufferedIO=YES bundle exec rake ${{ matrix.script }}
6969 env :
7070 DEVELOPER_DIR : ${{ (matrix.script == 'package:release' && env.CI_XCODE_11) || env.CI_XCODE_14 }}
71- - name : Get Artifact Name
71+ - name : Generate Environment Variables
7272 if : ${{ always() }}
7373 env :
7474 ARTIFACT_NAME : ${{ matrix.script }}-logs
75+ TEST_RESULTS : ${{ matrix.script }}.xcresult
7576 run : |
7677 ARTIFACT_NAME=${{ env.ARTIFACT_NAME }}
78+ TEST_RESULTS=$(find ~/Library/Developer/Xcode/DerivedData -name "*.xcresult")
7779 echo ARTIFACT_NAME=${ARTIFACT_NAME//:/-} >> $GITHUB_ENV # replace colon with dashes
80+ echo TEST_RESULTS=${TEST_RESULTS} >> $GITHUB_ENV
81+ echo "Artifact Name: $ARTIFACT_NAME"
82+ echo "Test Result Location: $TEST_RESULTS"
7883 - name : Upload Artifact Logs
79- if : ${{ always () }}
84+ if : ${{ failure () }}
8085 uses : actions/upload-artifact@v3
8186 with :
8287 name : ${{ env.ARTIFACT_NAME }}
8388 path : |
84- ~/Library/Logs/DiagnosticReports
8589 ~/Library/Developer/Xcode/DerivedData/Parse-*/Logs/Test
86- - name : Send Codecov
87- run : bash <(curl https://codecov.io/bash)
90+ - name : Upload Coverage
91+ 92+ with :
93+ xcode : true
94+ xcode_archive_path : ${{ env.TEST_RESULTS }}
8895 docs :
8996 runs-on : macos-12
9097 steps :
Original file line number Diff line number Diff line change 22.DS_Store
33
44# # Build generated
5+ .build /
56build /
67DerivedData
78OCMock.framework
Original file line number Diff line number Diff line change 88608860 baseConfigurationReference = 81DCD1491D2DA080002501A2 /* Debug.xcconfig */;
88618861 buildSettings = {
88628862 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
8863- CLANG_ENABLE_CODE_COVERAGE = NO ;
8863+ CLANG_ENABLE_CODE_COVERAGE = YES ;
88648864 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
88658865 CLANG_WARN_COMMA = YES;
88668866 CLANG_WARN_INFINITE_RECURSION = YES;
Original file line number Diff line number Diff line change 901901 baseConfigurationReference = 8121EAAB1D39862400AC0B02 /* Debug.xcconfig */;
902902 buildSettings = {
903903 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
904- CLANG_ENABLE_CODE_COVERAGE = NO ;
904+ CLANG_ENABLE_CODE_COVERAGE = YES ;
905905 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
906906 CLANG_WARN_COMMA = YES;
907907 CLANG_WARN_INFINITE_RECURSION = YES;
Original file line number Diff line number Diff line change 2626 buildConfiguration = " Debug"
2727 selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
2828 selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29- shouldUseLaunchSchemeArgsEnv = " YES" >
29+ shouldUseLaunchSchemeArgsEnv = " YES"
30+ codeCoverageEnabled = " YES" >
3031 <Testables >
3132 <TestableReference
3233 skipped = " NO" >
Original file line number Diff line number Diff line change 672672 baseConfigurationReference = 8121EAAB1D39862400AC0B02 /* Debug.xcconfig */;
673673 buildSettings = {
674674 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
675- CLANG_ENABLE_CODE_COVERAGE = NO ;
675+ CLANG_ENABLE_CODE_COVERAGE = YES ;
676676 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
677677 CLANG_WARN_COMMA = YES;
678678 CLANG_WARN_INFINITE_RECURSION = YES;
Original file line number Diff line number Diff line change 10781078 baseConfigurationReference = 8121EAAB1D39862400AC0B02 /* Debug.xcconfig */;
10791079 buildSettings = {
10801080 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1081- CLANG_ENABLE_CODE_COVERAGE = NO ;
1081+ CLANG_ENABLE_CODE_COVERAGE = YES ;
10821082 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
10831083 CLANG_WARN_COMMA = YES;
10841084 CLANG_WARN_INFINITE_RECURSION = YES;
Original file line number Diff line number Diff line change 971971 baseConfigurationReference = 8154622F1D37FE6E0069489A /* Debug.xcconfig */;
972972 buildSettings = {
973973 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
974- CLANG_ENABLE_CODE_COVERAGE = NO ;
974+ CLANG_ENABLE_CODE_COVERAGE = YES ;
975975 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
976976 CLANG_WARN_COMMA = YES;
977977 CLANG_WARN_INFINITE_RECURSION = YES;
Original file line number Diff line number Diff line change 19261926 baseConfigurationReference = 4A9A948E200D02CE005D8F4B /* Debug.xcconfig */;
19271927 buildSettings = {
19281928 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1929- CLANG_ENABLE_CODE_COVERAGE = NO ;
1929+ CLANG_ENABLE_CODE_COVERAGE = YES ;
19301930 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
19311931 CLANG_WARN_BOOL_CONVERSION = YES;
19321932 CLANG_WARN_COMMA = YES;
You can’t perform that action at this time.
0 commit comments