Skip to content

Commit b8457d0

Browse files
committed
Update from CI
1 parent b29d5d8 commit b8457d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Options
6060
-------
6161
Options are specified on the [`with` map](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepswith) of the action.
6262

63-
* **`paths`: the paths for input files** (required)
63+
* **`paths`: the paths for input files** (required)
6464
One or more file [glob patterns](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) that specify the test results files in JUnit XML or TAP format.
6565

6666
* To specify a single file, provide it directly as a string value to the `paths` key. For example:
@@ -90,7 +90,7 @@ Options are specified on the [`with` map](https://docs.github.com/en/actions/usi
9090
paths: "test/results/**/TEST-*.xml"
9191
```
9292

93-
* **`output`: the output file to create** (required)
93+
* **`output`: the output file to create** (required)
9494
This is the path to the output file to populate with the test summary markdown data. For example:
9595

9696
```yaml
@@ -103,7 +103,7 @@ Options are specified on the [`with` map](https://docs.github.com/en/actions/usi
103103

104104
FAQ
105105
---
106-
* How is the summary graphic generated? Does any of my data ever leave GitHub?
106+
* **How is the summary graphic generated? Does any of my data ever leave GitHub?**
107107
None of your data ever leaves GitHub. Test results are read within GitHub Actions by the test-summary action, and a link to an SVG with the test results numbers is created. This the graphic is both fetched and subsequently cached by GitHub's image service. This service provides no referral information to remote hosts. This means that no information at all about your workflow - the repository name, test results, or other information - is available to the image generator service.
108108

109109
Questions / Help / Contact

0 commit comments

Comments
 (0)