generated from RageAgainstThePixel/github-action-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
unity-test-summary@v1.0.0 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
a6f67ec
unity-test-summary@v1.0.0
StephenHodgson 1bd4066
checkout self
StephenHodgson d9b3437
remove build step
StephenHodgson 8b769b0
add some parsing unit tests
StephenHodgson 0a2b84b
Update validate.yml
StephenHodgson f3dff3c
cleanup results
StephenHodgson 7ab0d42
test failure case
StephenHodgson d687d3b
add simple summary
StephenHodgson 51cfe04
write
StephenHodgson 8718d7a
EOL
StephenHodgson fa5021b
update heading
StephenHodgson 7e513c1
update heading
StephenHodgson 9e85258
add foldouts
StephenHodgson 342ed63
indent
StephenHodgson f6f36f2
automatically open/close tests if passed or failed
StephenHodgson 6f16da2
update indent
StephenHodgson 4f381e1
revert indent
StephenHodgson f46b13d
try different indent strategy
StephenHodgson f8f2169
annotations
StephenHodgson 24fe48b
remove indent
StephenHodgson 1c77128
fix utp annotation
StephenHodgson 5511149
typo
StephenHodgson 818f7ae
remove nested foldouts for test suites
StephenHodgson a0adf14
update test suite name
StephenHodgson 59ec0ae
fix annotation typo
StephenHodgson cc922c3
remove .\ from start of file
StephenHodgson e2d8f0f
try to fix file path relative to unity project
StephenHodgson 49e27b2
log
StephenHodgson 290aed6
try to get test mode
StephenHodgson 5b51112
update annotations
StephenHodgson 06a51bc
tweak
StephenHodgson 07c3ea5
remove test suite name
StephenHodgson 3815f02
props as map
StephenHodgson 0a75018
refactor prop lookup
StephenHodgson 9d3dced
get it a different way
StephenHodgson 8343995
reformat
StephenHodgson db47b6c
updated debu
StephenHodgson 0e8dd42
updated debug
StephenHodgson 02059aa
tweaks
StephenHodgson 8cca690
fix annotation
StephenHodgson 0565256
convert to debug
StephenHodgson e211b69
update readme
StephenHodgson 967ed0d
change output strategy
StephenHodgson 87b07c5
parse logs
StephenHodgson 594473a
fix ansi
StephenHodgson 8132975
fix ansi regex match
StephenHodgson c219f30
filter out more lines
StephenHodgson b4d2dcd
reformat test case header
StephenHodgson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,20 @@ | ||
| # github-action-template | ||
| # unity-test-summary | ||
|
|
||
| A GitHub Actions template repository for TypeScript based Actions. | ||
| A GitHub action to gather and display Unit Tests from the Unity Game Engine. | ||
|
|
||
| ## How to use | ||
|
|
||
| ### workflow | ||
|
|
||
| ```yaml | ||
| steps: | ||
| - uses: RageAgainstThePixel/github-action-template@v1 | ||
| - uses: RageAgainstThePixel/unity-test-summary@v1 | ||
| with: | ||
| test-results: 'path/to/test-results/**/*.xml' | ||
| ``` | ||
|
|
||
| ### inputs | ||
|
|
||
| | name | description | required | | ||
| | ---- | ----------- | -------- | | ||
| | .... | ........... | ........ | | ||
|
|
||
| ### outputs | ||
| | `test-results` | The path to the test results file(s). | true | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,9 @@ | ||
| name: github-action-template | ||
| name: unity-test-summary | ||
| description: 'A GitHub Actions template repository for TypeScript based Actions' | ||
| # inputs: | ||
| # outputs: | ||
| inputs: | ||
| test-results: | ||
| description: 'The path to the test results file(s).' | ||
| required: true | ||
| runs: | ||
| using: 'node20' | ||
| main: 'dist/index.js' | ||
| #post: 'dist/index.js' |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.