Strengthen CI and test coverage to catch regressions earlier and update README - #268
Draft
ndoschek wants to merge 3 commits into
Draft
Strengthen CI and test coverage to catch regressions earlier and update README#268ndoschek wants to merge 3 commits into
ndoschek wants to merge 3 commits into
Conversation
ndoschek
force-pushed
the
ci/nightly-regression-guard
branch
from
July 22, 2026 13:45
8c9df64 to
0a04b8a
Compare
…nst run-loop helpers
- Move the scheduled run to weekday mornings (0 4 * * 1-5), a few hours
after Theia publishes its 'next' version at midnight UTC, so the run
validates the freshly released 'next' instead of the previous day's.
- Make generate-and-build-all-templates.sh actually bundle the generated
browser and electron apps ('npm install' compiles the extension but not
the apps), so build-time regressions (e.g. dependency hoisting) are caught.
- Add a fast unit test that fails if any generator helper method is public,
since yeoman auto-runs such methods as run-loop tasks with the wrong
arguments; and assert the resolved electron version is concrete.
- Add a tree-widget generation test (previously the only untested template). - Assert '@types/react' is present in the widget and tree-widget devDependencies (guards the TSX compile fix). - Assert the generated root package.json has exactly one 'test' script (guards the duplicate-key fix, which JSON.parse would hide).
- Point the logo and build badge at the current 'eclipse-theia' org; the repo moved from 'theia-ide', so the badge showed no status. - Drop the stale 'yo (version 4.x.x)' hint; any current yo version works.
ndoschek
force-pushed
the
ci/nightly-regression-guard
branch
from
July 23, 2026 08:23
0a04b8a to
a2c09b9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ci: schedule nightly after Theia next publish, build apps, guard against run-loop helpers
after Theia publishes its 'next' version at midnight UTC, so the run
validates the freshly released 'next' instead of the previous day's.
browser and electron apps ('npm install' compiles the extension but not
the apps), so build-time regressions (e.g. dependency hoisting) are caught.
since yeoman auto-runs such methods as run-loop tasks with the wrong
arguments; and assert the resolved electron version is concrete.
test: add regression tests mapped to recent fixes
devDependencies (guards the TSX compile fix).
(guards the duplicate-key fix, which JSON.parse would hide).
docs: update README
repo moved from 'theia-ide', so the badge showed no status.