Skip to content

re-add swift 5.9 tests to CI #168

re-add swift 5.9 tests to CI

re-add swift 5.9 tests to CI #168

Workflow file for this run

name: Code Coverage
on: [push]
jobs:
codecov:
container:
image: swift:6.1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: swift test --enable-code-coverage
- uses: mattpolzin/[email protected]
with:
MINIMUM_COVERAGE: 27