Skip to content

Speed up CI workflow#186

Merged
leehack merged 1 commit into
mainfrom
ci-speed-up-workflow
May 31, 2026
Merged

Speed up CI workflow#186
leehack merged 1 commit into
mainfrom
ci-speed-up-workflow

Conversation

@leehack
Copy link
Copy Markdown
Owner

@leehack leehack commented May 31, 2026

Summary

  • Split Chrome tests into a separate CI job so they run in parallel with the VM coverage job.
  • Keep VM coverage generation, LCOV formatting, threshold checking, and Codecov upload unchanged.
  • Trim the docs build job by removing unnecessary Flutter setup and enabling npm cache for the website lockfile.
  • Add an aggregate 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 --check
  • ruby -e "require 'yaml'; YAML.load_file('.github/workflows/ci.yml'); puts 'yaml ok'"

@leehack leehack force-pushed the ci-speed-up-workflow branch from d735bfb to 7efeb8b Compare May 31, 2026 12:38
@leehack leehack marked this pull request as ready for review May 31, 2026 12:39
Copilot AI review requested due to automatic review settings May 31, 2026 12:39
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 new test-web (Chrome) so they run in parallel; add aggregate test-linux-web that depends on both and keeps the legacy check name.
  • Remove unnecessary Flutter setup/flutter pub get from docs-check and enable npm caching via website/package-lock.json.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.55%. Comparing base (2b184d9) to head (7efeb8b).

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           
Flag Coverage Δ
unittests 80.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@leehack leehack merged commit 1b03b85 into main May 31, 2026
9 checks passed
@leehack leehack deleted the ci-speed-up-workflow branch May 31, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants