sclorg / testing-farm-as-github-action

GitHub Action to execute tests by Testing Farm and update Pull Request status
MIT License
13 stars 11 forks source link

Remove `github_summary_test` workflow #191

Closed jamacku closed 3 months ago

jamacku commented 3 months ago

The job summary is generated by default for all tests, so this workflow is redundant. Also it is failing for long time due to wrong configuration.

Let's remove it.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.33%. Comparing base (07b8a51) to head (e05cfb2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #191 +/- ## ======================================= Coverage 88.33% 88.33% ======================================= Files 10 10 Lines 686 686 Branches 72 72 ======================================= Hits 606 606 Misses 78 78 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jamacku commented 3 months ago

[test]

zmiklank commented 3 months ago

Please adjust the README accordingly too: image It seems v2 no longer supports the key=value option, and I am not sure there is some usecase for it anyway.