You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the end of each UrlUpdater workflow a summary of that record is displayed in the raw log output. The summary is really hard to find because of the huge amount of log entries. Further the display of the report itself is not user-friendly and it is hard to gain any knowledge from it.
Currently, we have a mechanism in the
UrlUpdater
that records the number of urls version added and verified for a tool.In the end of each
UrlUpdater
workflow a summary of that record is displayed in the raw log output. The summary is really hard to find because of the huge amount of log entries. Further the display of the report itself is not user-friendly and it is hard to gain any knowledge from it.This issue should enhance the report overview by e.g extracting the report information and converting it into user-friendly overview that is displayed in GitHub Actions. A similar approach has been done by GraalVM Native Image Build Report
(https://github.com/devonfw/IDEasy/actions/runs/12268546801#summary-34230560599)
A.C:
The text was updated successfully, but these errors were encountered: