Skip to content

#2124: fix workflow update quality status documents - #2229

Open
JoelAdbu wants to merge 20 commits into
devonfw:mainfrom
JoelAdbu:bug-fix/2124-update-quality-status-document-fails
Open

#2124: fix workflow update quality status documents#2229
JoelAdbu wants to merge 20 commits into
devonfw:mainfrom
JoelAdbu:bug-fix/2124-update-quality-status-document-fails

Conversation

@JoelAdbu

@JoelAdbu JoelAdbu commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

This PR fixes #2124

Implemented changes:

  • add ACTION_PUSH_TOKEN for repository checkout
  • add force flag for push command

Testing instructions

Please add conscise, understandable instructions on how a reviewer can test/verify the functionality of your contribution here:

  1. Test on the main IDEasy repository with the configured repository secrets.
  2. Run the Update quality status documents workflow manually.
  3. Verify that the workflow generates and commits updated status documentation.
  4. Verify that the generated commit is pushed successfully without a GH006 protected branch error.

Checklist for this PR

Make sure everything is checked before merging this PR. For further info please also see
our DoD.

  • When running mvn clean test locally all tests pass and build is successful
  • PR title is of the form #«issue-id»: «brief summary» (e.g. #921: fixed setup.bat). If no issue ID exists, title only.
  • PR top-level comment summarizes what has been done and contains link to addressed issue(s)
  • PR and issue(s) have suitable labels
  • Issue is set to In Progress and assigned to you or there is no issue (might happen for very small PRs)
  • You followed all coding conventions
  • You have added the issue implemented by your PR in CHANGELOG.adoc unless issue is labeled
    with internal
  • You have formulated clear instructions on how to test your contribution under "Testing instructions"

@coveralls

coveralls commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 30625506511

Warning

Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes.
Quick fix: rebase this PR. Learn more →

Coverage increased (+0.05%) to 72.645%

Details

  • Coverage increased (+0.05%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • 170 coverage regressions across 6 files.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

170 previously-covered lines in 6 files lost coverage.

File Lines Losing Coverage Coverage
com/devonfw/tools/ide/tool/IdeasyCommandlet.java 75 75.08%
com/devonfw/ide/gui/App.java 46 0.0%
com/devonfw/ide/gui/MainController.java 40 66.29%
com/devonfw/ide/gui/context/IdeGuiContext.java 7 30.0%
com/devonfw/ide/gui/AppLauncher.java 1 0.0%
com/devonfw/tools/ide/tool/ide/IdeToolCommandlet.java 1 78.33%

Coverage Stats

Coverage Status
Relevant Lines: 17282
Covered Lines: 13087
Line Coverage: 75.73%
Relevant Branches: 7653
Covered Branches: 5027
Branch Coverage: 65.69%
Branches in Coverage %: Yes
Coverage Strength: 3.21 hits per line

💛 - Coveralls

@JoelAdbu JoelAdbu changed the title 2124: 2124: fix workflow update quality status documents Jul 31, 2026
@JoelAdbu JoelAdbu self-assigned this Jul 31, 2026
@JoelAdbu JoelAdbu moved this from 🆕 New to 🏗 In progress in IDEasy board Jul 31, 2026
@JoelAdbu
JoelAdbu marked this pull request as ready for review July 31, 2026 11:31
@JoelAdbu JoelAdbu added documentation Improvements or additions to documentation enhancement New feature or request SCM software-configuration-management (github actions, internal processes, git or github utilization) workflow GitHub actions (CI,CD,update urls/CVEs) labels Jul 31, 2026
@JoelAdbu
JoelAdbu requested a review from hohwille July 31, 2026 11:38
@JoelAdbu JoelAdbu moved this from 🏗 In progress to Team Review in IDEasy board Jul 31, 2026
@JoelAdbu JoelAdbu moved this from Team Review to 👀 In review in IDEasy board Jul 31, 2026
@JoelAdbu JoelAdbu changed the title 2124: fix workflow update quality status documents #2124: fix workflow update quality status documents Jul 31, 2026
JoelAdbu added 5 commits July 31, 2026 15:18
- add action push token
- add force flag to push command
- add changelog for fix
@JoelAdbu
JoelAdbu force-pushed the bug-fix/2124-update-quality-status-document-fails branch from a4c304d to d167153 Compare July 31, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request SCM software-configuration-management (github actions, internal processes, git or github utilization) workflow GitHub actions (CI,CD,update urls/CVEs)

Projects

Status: 👀 In review

Development

Successfully merging this pull request may close these issues.

Workflow "Update Quality Status Documents" Fails

2 participants