Skip to content

Merge pull request #39 from mattpolzin/update-dependencies #173

Merge pull request #39 from mattpolzin/update-dependencies

Merge pull request #39 from mattpolzin/update-dependencies #173

Workflow file for this run

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