Skip to content

Instantly share code, notes, and snippets.

View dhruvsbhatt's full-sized avatar
🎯
Focusing

Dhruv dhruvsbhatt

🎯
Focusing
View GitHub Profile
stages:
- Test
- Build
Test Project:
stage: Test
script:
- rm -rf ~/Library/Developer/Xcode/DerivedData
- export LC_ALL=en_US.UTF-8
# .slather.yml
coverage_service: html
workspace: SampleFramework.xcworkspace
xcodeproj: SampleFramework.xcodeproj
scheme: SampleFrameworkApp
build_directory: build/DerivedDataDirectory
output_directory: build/Coverage
binary_file: build/DerivedDataDirectory/Build/Products/Debug-iphonesimulator/SampleFramework.framework/SampleFramework
ignore: SampleFramework/ExternalCode/*
######################
# Options
######################
REVEAL_ARCHIVE_IN_FINDER=false