Skip to content

feat: add JSON column w/ Kommunikationsrichtungen to Anwendungsfall t… #517

feat: add JSON column w/ Kommunikationsrichtungen to Anwendungsfall t…

feat: add JSON column w/ Kommunikationsrichtungen to Anwendungsfall t… #517

Workflow file for this run

name: "Coverage"
on:
push:
branches: [main]
pull_request: {}
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
ref: ${{ github.event.workflow_run.head_branch }}
token: ${{ github.actor == 'dependabot[bot]' && secrets.REPO_AND_READ_PACKAGES_PAT || secrets.XML_SUBMODULE_PAT }}
# XML_SUBMODULE_PAT is a secret token on repository level with repo scope; expires in Jan2026
# https://github.com/Hochfrequenz/xml-fundamend-python/settings/secrets/actions/XML_AHB_MIG_Token
# REPO_AND_READ_PACKAGES_PAT is a secret token on organization level
# https://github.com/organizations/Hochfrequenz/settings/secrets/dependabot/REPO_AND_READ_PACKAGES_PAT
submodules: "recursive"
- 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: Run Tests and Record Coverage
run: |
tox -e coverage