File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -272,9 +272,6 @@ jobs:
272272 path : |
273273 ~/Library/Logs/DiagnosticReports/**
274274
275- - name : Gather code coverage information via slather
276- run : slather coverage --configuration TestCI --scheme Sentry
277-
278275 # We can upload all coverage reports, because codecov merges them.
279276 # See https://docs.codecov.io/docs/merging-reports
280277 # Checkout .codecov.yml to see the config of Codecov
Original file line number Diff line number Diff line change @@ -167,5 +167,6 @@ if [ $RUN_TEST_WITHOUT_BUILDING == true ]; then
167167 -destination " $DESTINATION " \
168168 test-without-building 2>&1 |
169169 tee raw-test-output.log |
170- xcbeautify --report junit
170+ xcbeautify --report junit &&
171+ slather coverage --configuration " $CONFIGURATION " --scheme " $TEST_SCHEME "
171172fi
You can’t perform that action at this time.
0 commit comments