Update readme

This commit is contained in:
Connor Vidlock 2023-03-20 14:03:36 -05:00
parent ad924b75b6
commit bc5d4b6c31
No known key found for this signature in database
GPG key ID: BADEF4A267C14600
4 changed files with 12 additions and 81 deletions

View file

@ -1,5 +1,12 @@
# Test Reporter
## Fork by @cviddy
This Action is exactly the same as the forked action besides the addition of the `show-html-notice` input to the action. This allows the html link to be present as an annotation on the summary of the action. This addition was to combat the GHA bug where the test results can be associated with a different action step.
|![](assets/notice-image.png)|
## Dorny Test Reporter
This [Github Action](https://github.com/features/actions) displays test results from popular testing frameworks directly in GitHub.
✔️ Parses test results in XML or JSON format and creates nice report as Github Check Run
@ -161,6 +168,10 @@ jobs:
# Relative path under $GITHUB_WORKSPACE where the repository was checked out.
working-directory: ''
# Combat a GHA bug by allowing the html link appear as a notice on the summary page for easy finding.
# Defaults to false
show-html-notice: 'true'
# Personal access token used to interact with Github API
# Default: ${{ github.token }}
token: ''