Skip to content

Bump fastapi from 0.115.13 to 0.115.14 (#312) #392

Bump fastapi from 0.115.13 to 0.115.14 (#312)

Bump fastapi from 0.115.13 to 0.115.14 (#312) #392

Workflow file for this run

name: Tests
on:
push:
branches:
- develop
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create Coverage File
run: touch coverage.xml
- name: Run unit tests with coverage
run: docker compose up --build --abort-on-container-exit
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v5