Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Extra/issue 6/add the different info doc #449

Extra/issue 6/add the different info doc

Extra/issue 6/add the different info doc #449

Workflow file for this run

name: Codecov report
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
- name: Run tests with coverage
run: |
cd back
pip install -e .[testing]
pytest --cov=app --cov-report=xml tests/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Sigmapitech/area