Skip to content

Add support for multiple content types on one content encoding object #774

Add support for multiple content types on one content encoding object

Add support for multiple content types on one content encoding object #774

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@v4
- run: swift test --enable-test-discovery --enable-code-coverage
- id: analysis
uses: mattpolzin/[email protected]
with:
MINIMUM_COVERAGE: 98
INCLUDE_TESTS: 'true'