Coverage for tools / sel_tools / config.py: 100%
5 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-21 08:53 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-21 08:53 +0000
1"""SEL Tools config."""
3from pathlib import Path
5REPO_DIR = Path(__file__).resolve().parents[2]
7# Git & GitLab Config (this is all you need if you want to customize the config)
8GITLAB_SERVER_URL = "https://gitlab.lrz.de/"
9RUNNER_ID = 3666
10GIT_MAIN_BRANCH = "master"