Skip to content

build and push a multi-arch docker image for pull requests #180

build and push a multi-arch docker image for pull requests

build and push a multi-arch docker image for pull requests #180

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