Skip to content

build(deps): bump the pip group across 1 directory with 9 updates #80

build(deps): bump the pip group across 1 directory with 9 updates

build(deps): bump the pip group across 1 directory with 9 updates #80

Workflow file for this run

name: API workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Test python API
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Install requirements
run: pip install -r api/requirements.txt
- name: Run tests and collect coverage
run: pytest --cov
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v2
with:
flags: backend