Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,19 @@ Options are specified on the [`with` map](https://docs.github.com/en/actions/usi

This file is [GitHub Flavored Markdown (GFM)](https://github.github.com/gfm/) and may include permitted HTML.

* **`show`: which tests have to be shown in the summary** (optional, by default just the failed tests are shown in the summary)

- To show all tests, specify: `show: "all"`. For example:

```yaml
- uses: test-summary/action@v1
with:
show: "all"
```

- To show no tests, specify: `show: "none"`


FAQ
---
* **How is the summary graphic generated? Does any of my data ever leave GitHub?**
Expand Down