Skip to content

fix warning in Dockerfile #171

fix warning in Dockerfile

fix warning in Dockerfile #171

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