Skip to content

Bump python from 3.14.0-alpine to 3.14.1-alpine (#354) #434

Bump python from 3.14.0-alpine to 3.14.1-alpine (#354)

Bump python from 3.14.0-alpine to 3.14.1-alpine (#354) #434

Workflow file for this run

name: Tests
on:
push:
branches:
- develop
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- 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