Skip to content

Commit

Permalink
just slather after the test command, not in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Apr 5, 2024
1 parent ef2f1fc commit d6a5458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ init:

.PHONY: test
test:
xcodebuild -project EmpowerPlant.xcodeproj -scheme EmpowerPlant -configuration Debug -derivedDataPath build -destination "platform=iOS Simulator,OS=latest,name=iPhone 15" -quiet build-for-testing
xcodebuild -project EmpowerPlant.xcodeproj -scheme EmpowerPlant -configuration Debug -derivedDataPath build -destination "platform=iOS Simulator,OS=latest,name=iPhone 15" -quiet test-without-building | slather coverage --verbose && exit ${PIPESTATUS[0]}
xcodebuild -project EmpowerPlant.xcodeproj -scheme EmpowerPlant -configuration Debug -derivedDataPath build -destination "platform=iOS Simulator,OS=latest,name=iPhone 15" -quiet test
slather coverage --verbose

0 comments on commit d6a5458

Please sign in to comment.