Skip to content

Bump patito to v0.8.2 #230

Bump patito to v0.8.2

Bump patito to v0.8.2 #230

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