Skip to content

Bump xdoctest from 0.15.4 to 1.1.5 #410

Bump xdoctest from 0.15.4 to 1.1.5

Bump xdoctest from 0.15.4 to 1.1.5 #410

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.8'
architecture: x64
- run: pip install nox>=2019.11.9
- run: pip install poetry>=1.0.5
- run: nox --sessions tests-3.8 coverage
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}