test-summary / action

Show a helpful summary of test results in GitHub Actions CI/CD workflow runs
MIT License
387 stars 32 forks source link

[bug] errors of junit tests are ignored #9

Closed mbien closed 1 year ago

mbien commented 2 years ago

Test case failures are correctly listed, however errors are ignored (summary is green despite errors).

I suppose one way of (quick) fixing this would be by adding the errors to the failures so that nothing has to change in the UI.

ethomson commented 1 year ago

Oops - thanks for the fix!

mbien commented 1 year ago

@ethomson since it has been merged (yey), any plans for an update release? We running into the issue fairly often that a test causes an error and it isn't picked up by the action.

ethomson commented 1 year ago

@mbien test-summary/action@v2 should now contain this fix. Thanks again!

mbien commented 1 year ago

@ethomson already in production :). Thank you for the update!