Skip to content

Update README.md

Update README.md #1

name: Build and test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Build and test
- run: swift test --enable-test-discovery --enable-code-coverage
- uses: mattpolzin/swift-codecov-action@0.7.5
with:
MINIMUM_COVERAGE: 98
INCLUDE_TESTS: 'true'