Commit Graph

18 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
Ghais Zaher a2911bd1a4
chore: upgrade to node 20 (#185)
Upgrade all dependencies to latest versions
Upgrade to Node 20
2024-02-21 11:22:35 +01:00
Jan Waś 48452168d9
Revert libxml (#147)
* Revert "Run the action in a container (#141)"

This reverts commit 01b27826d2.

* Revert "Avoid huge input lookup errors (#144)"

This reverts commit 7263a78ba0.

* Revert "Use a more efficient xml parser library (#138)"

This reverts commit 5b7a533e50.
2023-03-13 12:59:42 +01:00
Jan Waś 01b27826d2
Run the action in a container (#141) 2023-03-09 15:58:13 +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
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 7de9f0c20e
chore: Trigger run with node 16 & bump @actions/core to latest version (#101)
* Trigger run

* Bump @actions/core

* Bump @actions/glob

* Add PR template

* Replace @zeit/ncc

* Update eslint
2022-12-23 13:04:11 +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 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 8235d6c830
branding, better metadata 2020-05-29 12:01:21 +02:00
Juraj Misur 6090f00acd
road to v1 2020-05-19 15:00:21 +02:00
Juraj Misur 00acc744f0 improved folder lookup, removed log, default value fix, default value for reportPaths 2020-05-11 21:54:39 +02:00
Juraj Misur 0e33748069 initial commit 2020-05-11 14:32:03 +02:00