Skip coverage collection on Windows CI - #11976
Open
Timothee Guerin (timotheeguerin) with Copilot wants to merge 2 commits into
Open
Timothee Guerin (timotheeguerin) with Copilot wants to merge 2 commits into
Timothee Guerin (timotheeguerin) with Copilot wants to merge 2 commits into
Conversation
Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). 1 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot started work on behalf of
Timothee Guerin (timotheeguerin)
September 15, 2026 19:59
View session
Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
Timothee Guerin (timotheeguerin)
marked this pull request as ready for review
September 15, 2026 21:28
Timothee Guerin (timotheeguerin)
requested review from
catalinaperalta,
iscai-msft,
Laurent Mazuel (lmazuel) and
Mark Cowlishaw (markcowl)
as code owners
September 15, 2026 21:28
Timothee Guerin (timotheeguerin)
enabled auto-merge
September 15, 2026 21:28
Copilot started reviewing on behalf of
Timothee Guerin (timotheeguerin)
September 15, 2026 21:29
View session
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved review issues were identified.
Pull request overview
Updates Core CI to skip Vitest coverage collection and artifact uploads on Windows while preserving coverage on non-Windows runners.
Changes:
- Adds OS-specific coverage settings.
- Skips coverage artifact uploads for Windows jobs.
- Preserves non-Windows coverage runs and artifacts.
File summaries
| File | Description |
|---|---|
.github/workflows/core-ci.yml |
Configures OS-specific Vitest coverage and artifact behavior. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
You can try these changes here
|
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.
Windows CI was spending extra time collecting and uploading coverage that is already produced by non-Windows jobs. This narrows coverage work to non-Windows runners while keeping Windows test coverage for behavior intact.
Core CI tests
--coverageon Windows matrix jobs.Coverage artifacts