Skip to content

Bump dependencies

Bump dependencies #251

Workflow file for this run

name: Coverage
on: push
jobs:
coverage:
name: Coverage
uses: Informasjonsforvaltning/workflows/.github/workflows/coverage-nox.yaml@main
with:
python_version: '3.9'
python_architecture: x64
sessions: tests
coverage_file_path: "./coverage.xml"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}