Skip to content

test(Metadata): add test to verify behavior of interceptors with context attached initial and trailing metadata #181

test(Metadata): add test to verify behavior of interceptors with context attached initial and trailing metadata

test(Metadata): add test to verify behavior of interceptors with context attached initial and trailing metadata #181

Workflow file for this run

name: Coverage
on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.11'
architecture: x64
- run: pip install nox==2022.1.7 toml==0.10.2 poetry==1.0.9
- run: nox --sessions tests-3.11
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}