generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 211
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
[dotnet-trx] Cannot read property 'match' of undefined #82
Comments
@junhao2x Thanks for reporting the issue. |
Here you are. I have to put it into a zip otherwise GitHub popes me error says they don't support that format (*.trx) |
dorny
added a commit
that referenced
this issue
Mar 24, 2021
dorny
added a commit
that referenced
this issue
Mar 24, 2021
Fixes #82: net-trx parser handles missing duration attribute
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some logs:
Run dorny/[email protected]
with:
name: test-results
reporter: dotnet-trx
path: TestResults/*.trx
list-suites: all
list-tests: all
max-annotations: 10
fail-on-error: true
token: ***
env:
NUGET: D:\Action-runner\intel-innersource\001_work_tool\nuget.exe\5.8.1\x64/nuget.exe
Action was triggered by pull_request: using SHA from head of source branch
Check runs will be created with SHA=30d3bbd87740e62cf5586edaa9a64fa0605ddf1c
Listing all files tracked by git
Found 964 files tracked by GitHub
Using test report parser 'dotnet-trx'
Creating test report test-results
Error: Cannot read property 'match' of undefined
*And this is the summary of the test result (since I know some Marketplace Actions need users to specify the upper bound of the number of passed/failed cases) : *
Test Run Failed.
Total tests: 139
Passed: 65
Failed: 71
Skipped: 3
Total time: 2.0720 Minutes
I was running an old project, and I know it uses a lot of things from pre-2015. So the reason may be that something is too old to be compatible with your stuffs. Let me know what you need from me, or can you repro the issue.
Thanks,
Junhao Zhang "Freddie"
The text was updated successfully, but these errors were encountered: