Skip to content

Commit

Permalink
add documentation for comment_title
Browse files Browse the repository at this point in the history
  • Loading branch information
mas-wtag committed Oct 27, 2020
1 parent cda7bf7 commit 92d2bee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ The `if: always()` clause guarantees that this action always runs, even if earli
The job name in the GitHub Actions section that provides the test results can be configured via the
`check_name` variable. It is optional and defaults to `"Unit Test Results"`, as shown in above screenshot.

The comment title in the Pull request **Conversation** tab that shows test results can also be configured via the `comment_title` variable.
It is optional and defaults to the `check_name` variable.

Files can be selected via the `files` variable, which is optional and defaults to the current working directory.
It supports wildcards like `*`, `**`, `?` and `[]`. The `**` wildcard matches
[directories recursively](https://docs.python.org/3/library/pathlib.html#pathlib.Path.glob): `./`, `./*/`, `./*/*/`, etc.
Expand Down

0 comments on commit 92d2bee

Please sign in to comment.