Skip to content

Update Build and test framework.yml #11

Update Build and test framework.yml

Update Build and test framework.yml #11

name: Build and test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Build and test
run: swift test -v --enable-code-coverage
- name: Test coverage
uses: maxep/spm-lcov-action@0.3.0
with:
output-file: ./coverage/lcov.info