Skip to content

Commit 844d137

Browse files
Revert "ci: separate slather step (getsentry#5719)"
This reverts commit 438caec.
1 parent 60141cb commit 844d137

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

scripts/sentry-xcodebuild.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
171172
fi

0 commit comments

Comments
 (0)