Skip to content

fix: update some types and add symmetry between the sync and async se… #172

fix: update some types and add symmetry between the sync and async se…

fix: update some types and add symmetry between the sync and async se… #172

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 }}