zyborg / dotnet-tests-report

GitHub Action to run .NET Core tests and generate report attached to Workflow Run
MIT License
112 stars 36 forks source link

Allow linking to Gist in Check run due to 65K limit? #32

Open Kazpers opened 3 years ago

Kazpers commented 3 years ago

Would it be possible to have an option to have a link to the generated GIST - and perhaps the summary of the test result - in the Check Run rather than the full results due to the 65K arbitrary limit on Check Runs?

It does not take that many unit tests to hit this limit with detailed reporting, and it's a pain to subdivide unit tests further.

The Check Run functionality is extremely valuable for easy feedback in the Actions themselves, but sadly it's very hard to use with the limit. The Gists are great, but they are very "non-discoverable" for a team working together. This would allow them to be exposed to the team easily.

Kazpers commented 3 years ago

Alternatively, would it be possible to have an option to only show the summary and details for failed tests in the Check Run?

KrasnovPavel commented 2 years ago

I encountered this issue too. It is very painfull to see that my build passes with failed tests due to quiet limit overload.