Skip to content

Update docs with current packages & versions #232

Update docs with current packages & versions

Update docs with current packages & versions #232

Workflow file for this run

name: mozilla-django-oidc codecov
on: [pull_request]
jobs:
codecov:
runs-on: ubuntu-latest
name: Codecov
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: pip install codecov tox tox-gh-actions
- name: Run tox
run: tox
- uses: codecov/codecov-action@v5
with:
verbose: true