icerpc-csharp
icerpc-csharp copied to clipboard
Add test reported to CI actions
It is some times difficult to spot failures in the test logs. I would be interesting to look into integrate a test reporter like https://github.com/dorny/test-reporter
There is also https://github.com/test-summary/action (I think this supports the same format), which we used to use in Ice.
I decided to just upload the test logs in TRX format for now, see #4137
You can inspect then with Visual Studio or Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=TimHeuer.trxview)
The action setup is a bit complicated if we want for it to work with PRs.