Skip to content

Fix AliasGenerator #223

Fix AliasGenerator

Fix AliasGenerator #223

Workflow file for this run

name: Coverage
on:
pull_request:
push:
branches: [main]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: excitedleigh/[email protected]
- run: pip install poetry==1.8.3
- run: nox --sessions test-3.9
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}