Commit 1c526d3
ci: skip mutation tests on PRs with no TS source changes
Add a check-code-changes job that diffs the PR against the base branch
and sets an output flag when .ts files under vscode-extension/src/ or
vscode-extension/test/, or stryker.config.mjs, are modified.
The mutation-testing job now depends on check-code-changes and only
runs when vscode_src_changed == 'true', skipping it for docs, JSON
data files, workflows, and other non-code changes.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c9f4619 commit 1c526d3
1 file changed
+29
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | | - | |
112 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
113 | 140 | | |
114 | 141 | | |
115 | 142 | | |
| |||
0 commit comments