Skip to content

Bump pytest from 7.2.1 to 7.4.0 #561

Bump pytest from 7.2.1 to 7.4.0

Bump pytest from 7.2.1 to 7.4.0 #561

Workflow file for this run

name: Coverage
on: push
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.7'
architecture: x64
- run: pip install nox==2022.8.7
- run: pip install poetry==1.2.2
- run: nox --sessions tests-3.7 coverage
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}