From ce9ab8d1faadd95b55dcc33091a1d8f073aea722 Mon Sep 17 00:00:00 2001 From: Dario Curreri Date: Mon, 27 Jun 2022 18:08:36 +0200 Subject: [PATCH] update README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4b384c6..8dc1857 100644 --- a/README.md +++ b/README.md @@ -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?**