You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Ensure that your test project references the latest version of **Microsoft.NET.Test.Sdk**.
71
89
> Older versions of this package may not be compatible with the logger.
@@ -165,9 +183,15 @@ If you want to link passed tests to their corresponding source definitions, make
165
183
166
184
**Default**: `false`.
167
185
186
+
> **Warning**:
187
+
> If your test suite is really large, enabling this option may cause the summary to exceed the [maximum allowed size](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#step-isolation-and-limits).
188
+
168
189
#### Include skipped tests in summary
169
190
170
191
Use the `summary.includeSkippedTests` option to specify whether skipped tests should be included in the summary.
171
192
If you want to link skipped tests to their corresponding source definitions, make sure to also enable [source information collection](#collecting-source-information).
172
193
173
-
**Default**: `false`.
194
+
**Default**: `false`.
195
+
196
+
> **Warning**:
197
+
> If your test suite is really large, enabling this option may cause the summary to exceed the [maximum allowed size](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#step-isolation-and-limits).
0 commit comments