Skip to content

Instantly share code, notes, and snippets.

@JanGorman
Created January 5, 2020 08:58
Show Gist options
  • Save JanGorman/113cb97854fbb2f9251d476616b6eb16 to your computer and use it in GitHub Desktop.
Save JanGorman/113cb97854fbb2f9251d476616b6eb16 to your computer and use it in GitHub Desktop.
script:
- swift package generate-xcodeproj
- xcodebuild test -scheme {YourProject}-Package -destination \
platform="macOS" -enableCodeCoverage YES
after_success:
- bash <(curl -s https://codecov.io/bash)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment