Skip to content

Bump jinja2 from 3.1.2 to 3.1.4 #68

Bump jinja2 from 3.1.2 to 3.1.4

Bump jinja2 from 3.1.2 to 3.1.4 #68

Workflow file for this run

name: coverage
on: [ pull_request ]
jobs:
run-coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup-env
with:
python-version: "3.11"
- name: run coverage
run: |
coverage run -m pytest
coverage report --fail-under=100