Skip to content

chore(deps): bump charset-normalizer from 3.4.3 to 3.4.4 #1206

chore(deps): bump charset-normalizer from 3.4.3 to 3.4.4

chore(deps): bump charset-normalizer from 3.4.3 to 3.4.4 #1206

Workflow file for this run

name: "Coverage"
on: [push]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.14
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Create .env file
run: python create_env_file.py
- name: Start containers
run: docker compose up -d
- name: Run Tests and Record Coverage
run: |
tox -e coverage