Skip to content

run codecov against Swift 5.8 and run test matrix against 5.10 in addition to other versions #691

run codecov against Swift 5.8 and run test matrix against 5.10 in addition to other versions

run codecov against Swift 5.8 and run test matrix against 5.10 in addition to other versions #691

Workflow file for this run

name: Code Coverage
on: [pull_request]
jobs:
codecov:
container:
image: swift:5.8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: swift test --enable-test-discovery --enable-code-coverage
- id: analysis
uses: mattpolzin/[email protected]
with:
MINIMUM_COVERAGE: 98
INCLUDE_TESTS: 'true'