Skip to content

Moved some code and added comments #1062

Moved some code and added comments

Moved some code and added comments #1062

Workflow file for this run

name: Swift
on: [push, pull_request]
jobs:
build_and_test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: xcodebuild -scheme Scout
- name: Run tests
run: xcodebuild test -scheme Scout
- name: Code coverage
run: bash <(curl -s https://codecov.io/bash)