Commit Graph

13 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
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
Jan Waś be8172cc30
Add automatic retries when talking to Github API (#82) 2023-01-03 16:35:12 +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
Renato Abreu 4a5ec3cb2a
chore: Upgrade jest dependencies & fix all vulnerabilities (#102)
* Trigger run

* Bump @actions/core

* Bump @actions/glob

* Add PR template

* Replace @zeit/ncc

* Update eslint

* Bump jest

* Merge

* Bump @actions/github
2022-12-23 15:38:57 +01:00
Juraj Misur f0a1b40820
skip_publishing (#62)
Co-authored-by: ginxo <emingora@redhat.com>
2021-05-26 13:25:22 +02:00
Juraj Misur f42e511780
fail_if_no_tests flag (#35) 2020-10-15 23:21:14 +02:00
Juraj Misur a779cc593f
add failsafe report dir to default report paths (#34) 2020-10-15 17:01:37 +02:00
Juraj Misur a4835feed7
Output and Flag acceptance PR (#26)
Co-authored-by: Jörg Henne <j.henne@levigo.de>
2020-10-15 15:09:39 +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 dec13d8b94
fallback to sha if not on pr (#4) 2020-05-22 12:17:14 +02:00
Juraj Misur 6090f00acd
road to v1 2020-05-19 15:00:21 +02:00