test-summary / action

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

Support "error" failures; add Github Actions outputs #13

Closed jcourteau closed 1 year ago

jcourteau commented 2 years ago

Bazel generates JUnit-like output, but it uses the error key instead of failure. It also does some other silly things with test aggregation, but I didn't dive into that with this PR.

Also added some Github Actions outputs.

Changes:

mbien commented 2 years ago

this would fix the issue I filed: #9

jcourteau commented 1 year ago

Updated the PR:

fpfaff commented 1 year ago

any update on this? The bump of actions/core to the latest version would be nice to get rid of GitHub's warnings when using this action.

ethomson commented 1 year ago

Thanks @jcourteau -- merged!