Coverage for tools / sel_tools / config.py: 100%
5 statements
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-02 18:55 +0000
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-02 18:55 +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"