Skip to content

Commit c2555e7

Browse files
committed
Clean up readme
1 parent 2bcbdbd commit c2555e7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Readme.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,12 @@ If you want to link skipped tests to their corresponding source definitions, mak
195195

196196
> **Warning**:
197197
> 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-
>
199198

200199
#### Include not found tests in summary
201200

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.
203202

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.
208205

209206
**Default**: `true`.

0 commit comments

Comments
 (0)