DEVX-80: chore: update badge URLs to commit 20bcfe96 [skip ci]

This commit was merged in pull request #129.
This commit is contained in:
2026-06-27 14:56:57 +00:00
parent 082df1d893
commit decba5ec77
43 changed files with 271 additions and 272 deletions
+4 -4
View File
@@ -101,7 +101,7 @@ class TestCli:
os.environ,
{
"GITEA_URL": "https://gitea.example",
"REPO_TOKEN": "token",
"CI_GITEA_TOKEN": "token",
"RUN_ID": "123",
"JOB_NAME": "integration-tests",
"MATRIX_INDEX": "0",
@@ -148,7 +148,7 @@ class TestCli:
os.environ,
{
"GITEA_URL": "https://gitea.example",
"REPO_TOKEN": "token",
"CI_GITEA_TOKEN": "token",
"RUN_ID": "123",
"JOB_NAME": "integration-tests",
"MATRIX_INDEX": "0",
@@ -193,7 +193,7 @@ class TestCli:
os.environ,
{
"GITEA_URL": "https://gitea.example",
"REPO_TOKEN": "token",
"CI_GITEA_TOKEN": "token",
"RUN_ID": "123",
"JOB_NAME": "integration-tests",
"MATRIX_INDEX": "0",
@@ -239,7 +239,7 @@ class TestCli:
assert "without cross-runner cancellation" in result.output
def test_partial_env_vars_runs_without_polling(self) -> None:
"""Only GITEA_URL set (missing REPO_TOKEN and RUN_ID) — should skip polling."""
"""Only GITEA_URL set (missing CI_GITEA_TOKEN and RUN_ID) — should skip polling."""
with (
patch.dict(
os.environ,