Commit Graph

17 Commits

Author SHA1 Message Date
Pierre-Hugues Laune 1a128e49c0
feat: ignore flaky tests (#238)
Added a new optional parameter ignore_flaky_tests which is "false" by default (current behavior)
When set to "true" : flaky tests are considered as success and will generate a successful report

---------

Co-authored-by: Ghais Zaher <ghaiszaher@gmail.com>
2025-01-08 09:30:01 +01:00
tinyboxvk b8621febee
Update actions/checkout to v4 in README.md (#231) 2024-10-28 08:55:41 +01:00
Ghais Zaher 3163ccef2b
fix: mention required permissions in documentation (#155) 2023-04-17 17:24:35 +02:00
Yeikel 4cbb611f23
feat: Add support for Github Enterprise (#126)
* feat: Add support for Github Enterprise

* Test

* Update action.yml

Co-authored-by: Ghais Zaher <ghaiszaher@gmail.com>

* Update README.md

Co-authored-by: Ghais Zaher <ghaiszaher@gmail.com>

---------

Co-authored-by: Ghais Zaher <ghaiszaher@gmail.com>
2023-02-16 18:51:04 +01:00
Yeikel 3c98463190
docs: update expression (#122)
if a job is aborted or suffers a critical failure, `always()` is not appropriate 

> always
> Causes the step to always execute, and returns true, even when canceled. The always expression is best used at the step level or on tasks that you expect to run even when a job is canceled. For example, you can use always to send logs even when a job is canceled.



> Note: Avoid using always for any task that could suffer from a critical failure, for example: getting sources, otherwise the workflow may hang until it times out. If you want to run a job or step regardless of its success or failure, use the recommended alternative:if: success() || failure()

Source: https://docs.github.com/en/actions/learn-github-actions/expressions#always
2023-02-10 09:50:37 +01:00
Ghais Zaher 522da11899
chore: support go-junit-report (#111) 2022-12-28 07:58:33 +01:00
Jan Waś 25872e3ced
Allow updating existing checks (#81) 2022-12-26 19:37:04 +01:00
Juraj Misur f0a1b40820
skip_publishing (#62)
Co-authored-by: ginxo <emingora@redhat.com>
2021-05-26 13:25:22 +02:00
Casey d63a9f508a
don't require manually passing in the github token (#52)
Co-authored-by: Juraj Misur <juraj@scalable.capital>
2021-03-24 09:05:21 +01:00
Juraj Misur 0e669d19fc
use always instead of ignore (#42) 2021-02-04 10:39:41 +01:00
Juraj Misur ad808943e6
Update README.md 2020-10-16 10:08:30 +02:00
Renato Athaydes 1c4e021cec
Improve Gradle instructions. (#16) 2020-08-20 10:47:17 +02:00
Hyukjin Kwon d6dfd4a348
Support of specifying a commit to post the status (#14) 2020-08-15 10:43:48 +02:00
Juraj Misur acc620b5fe
Tip for gradle 2020-07-10 22:30:06 +02:00
Juraj Misur 449a761104
publish reports only on PR (#3) 2020-05-19 23:16:20 +02:00
Juraj Misur 6090f00acd
road to v1 2020-05-19 15:00:21 +02:00
Juraj Misur 0e33748069 initial commit 2020-05-11 14:32:03 +02:00