Skip to content

Add new default-on builtin validation that all callbacks references can befound in the components object #898

Add new default-on builtin validation that all callbacks references can befound in the components object

Add new default-on builtin validation that all callbacks references can befound in the components object #898

Workflow file for this run

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