Coverage for cli / tests / utils.py: 100%
1 statements
« prev ^ index » next coverage.py v7.14.0, created at 2026-06-19 09:10 +0000
« prev ^ index » next coverage.py v7.14.0, created at 2026-06-19 09:10 +0000
1COMMON_ENV = {
2 "COVERED_API_KEY": "test_api_key",
3 "COVERED_API_URL": "https://api.example.com",
4 "COVERED_GH_TOKEN": "test_github_token",
5 "COVERED_REPO_OWNER": "test_owner",
6 "COVERED_REPO_NAME": "test_repo",
7 "COVERED_COMMIT_SHA": "test_commit_sha",
8}