Skip to content

Update CI test file to handle latest supported versions of Swift #109

Update CI test file to handle latest supported versions of Swift

Update CI test file to handle latest supported versions of Swift #109

Workflow file for this run

name: Code Coverage
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
codecov:
if: ${{ !(github.event.pull_request.draft || false) }}
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Check Swift version
run: swift --version
- name: Upload code coverage
uses: vapor/[email protected]
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
build_parameters: -c Debug