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
Copy file name to clipboardexpand all lines: Readme.md
+3-6
Original file line number
Diff line number
Diff line change
@@ -195,15 +195,12 @@ If you want to link skipped tests to their corresponding source definitions, mak
195
195
196
196
> **Warning**:
197
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).
198
-
>
199
198
200
199
#### Include not found tests in summary
201
200
202
-
Use the `summary.includeNotFoundTests` option to specify whether test assemblies that did not yield any runnable tests should be included in the summary.
201
+
Use the `summary.includeNotFoundTests` option to specify whether empty test assemblies should be included in the summary.
203
202
204
-
Using [test filters](https://learn.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests) might result in some test assemblies
205
-
not yielding **any** tests. This might be done on purpose in which case reporting these may not be helpful.
206
-
207
-
The default behavior is to include test assemblies without any tests in the report.
203
+
Using [test filters](https://learn.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests) might result in some test assemblies not yielding any matching tests.
204
+
This might be done on purpose in which case reporting these may not be helpful.
0 commit comments