Skip to content

Commit 03d7107

Browse files
LucaFgrThomasClausnitzer
authored andcommitted
remove references to parent workflow for JLS-54 and JLS-55
1 parent 225e46a commit 03d7107

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

TSF/trustable/statements/JLS-54.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ references:
55
- type: verbose_file
66
path: "./.github/workflows/coverage_gate.yml"
77
description: "GitHub Actions workflow enforcing a minimum coverage threshold."
8-
- type: verbose_file
9-
path: "./.github/workflows/parent-workflow.yml"
10-
description: "Parent CI workflow that calls the coverage_gate workflow."
118
---
129

1310
In the eclipse-score/inc_nlohmann_json repository, code coverage for unit and integration tests is measured in every CI run, and a minimum coverage threshold is defined for each protected branch. If coverage for a change would fall below this threshold, the CI workflow blocks the merge until coverage is restored or the change is rejected.

TSF/trustable/statements/JLS-55.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ references:
55
- type: verbose_file
66
path: "./.github/workflows/pr_count_gate.yml"
77
description: "GitHub Actions workflow enforcing a limit on open PRs."
8-
- type: verbose_file
9-
path: "./.github/workflows/parent-workflow.yml"
10-
description: "Parent CI workflow that calls the pr_count_gate workflow."
118
---
129

1310
In eclipse-score/inc_nlohmann_json, a GitHub Actions workflow checks the number of open pull requests in the main branch. If the number exceeds a defined threshold, the workflow fails and blocks further merges until the number of open pull requests is reduced below that threshold.

0 commit comments

Comments
 (0)