native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update test command to include coverage details

khoi 7e707713 edc10903

+1 -1
+1 -1
Makefile
··· 67 67 mise exec -- swiftlint --quiet 68 68 69 69 test: build-ghostty-xcframework 70 - bash -o pipefail -c 'xcodebuild test -project supacode.xcodeproj -scheme supacode -destination "platform=macOS" CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" -skipMacroValidation 2>&1 | mise exec -- xcsift -qw --format toon' 70 + bash -o pipefail -c 'xcodebuild test -project supacode.xcodeproj -scheme supacode -destination "platform=macOS" CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" -skipMacroValidation 2>&1 | mise exec -- xcsift -f toon -w -c --coverage-details' 71 71 72 72 format: # Swift format 73 73 swift-format -p --in-place --recursive --configuration ./.swift-format.json supacode supacodeTests