Files
elprisenligenu/.gitea/workflows/python-pytest.yml
Brian Bjarke Jensen 05a193447f
Python Code Quality / python-code-quality (pull_request) Successful in 10s
Python Test / python-test (pull_request) Successful in 13s
corrected coverage reference
2025-10-30 00:11:27 +01:00

18 lines
369 B
YAML

name: Python Test
on:
push:
branches:
- main
pull_request:
jobs:
python-test:
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
with:
python-version: ${{ vars.PYTHON_VERSION }}
coverage-package: "elprisenligenu"
api-url: ${{ vars.API_URL }}
secrets:
CI_RUNNER_TOKEN: ${{ secrets.CI_RUNNER_TOKEN }}