Speed up CI workflow#186
Merged
Merged
Conversation
d735bfb to
7efeb8b
Compare
There was a problem hiding this comment.
Pull request overview
Splits the combined Linux VM + Chrome test job into parallel jobs to speed up CI, trims the docs-check job, and preserves the original required check name via an aggregate job for branch protection compatibility.
Changes:
- Split
test-linux-coverage(VM + coverage) and newtest-web(Chrome) so they run in parallel; add aggregatetest-linux-webthat depends on both and keeps the legacy check name. - Remove unnecessary Flutter setup/
flutter pub getfromdocs-checkand enable npm caching viawebsite/package-lock.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #186 +/- ##
=======================================
Coverage 80.55% 80.55%
=======================================
Files 85 85
Lines 11380 11380
=======================================
Hits 9167 9167
Misses 2213 2213
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Summary
Test Linux & Web (with Coverage)job that depends on both VM coverage and Chrome tests, preserving the old check name for branch protection.Validation
git diff --checkruby -e "require 'yaml'; YAML.load_file('.github/workflows/ci.yml'); puts 'yaml ok'"