Commit Graph

33 Commits

Author SHA1 Message Date
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ś 7263a78ba0
Avoid huge input lookup errors (#144) 2023-03-10 13:02:27 +01:00
Jan Waś 5b7a533e50
Use a more efficient xml parser library (#138) 2023-03-09 12:40:18 +01:00
QuietBird a2d14baac0
Use package to determine path (#61)
Problem: If you have two classes with the same name, but in different packages, results of tests are shown for the first one found
2023-02-27 14:42:10 +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 86765bf9ff
chore: update all dependencies (#124)
* chore: update all dependencies

* `npm run package`
2023-02-10 16:18:00 +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
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
Ghais Zaher 9fb92762fe
fix: exclude .class files when resolving path (#65)
Co-authored-by: Juraj Misur <juraj@scalable.capital>
2021-06-07 14:21:05 +02:00
Juraj Misur f0a1b40820
skip_publishing (#62)
Co-authored-by: ginxo <emingora@redhat.com>
2021-05-26 13:25:22 +02:00
dependabot[bot] bfe48bdadd
Bump lodash from 4.17.20 to 4.17.21 (#58)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juraj Misur <juraj@scalable.capital>
2021-05-25 09:49:12 +02:00
Juraj Misur a915ba6359
Fix filename and line for tests with suffix (#54) 2021-03-24 12:11:31 +01:00
Juraj Misur fd75ee04fb
fix line number (#49) 2021-02-10 23:39:33 +01:00
Juraj Misur 7a84557836
flaky failure support (#46) 2021-02-05 14:49:40 +01:00
Juraj Misur aeff4d81b5
Testcase data as array (#45) 2021-02-04 14:55:04 +01:00
Juraj Misur 8e816e7ede
fix package-lock.json (#44) 2021-02-04 10:30:01 +01:00
Juraj Misur 89359cff67
dependency updates (#40) 2021-01-19 12:09:50 +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 a99989dff4
fix missing message attribute in xml (#33) 2020-10-15 16:51:31 +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
Juraj Misur d5f6d76ef9
fix pytests (#27) 2020-10-15 13:38:01 +02:00
Juraj Misur bc71e9d0f8 dist 2020-08-15 10:54:48 +02:00
Hyukjin Kwon f0edd7c80c
Micro optimization to avoid processing empty test report (#15) 2020-08-15 10:47:43 +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 016072f628
Support for junit xml / pytest (#7) 2020-07-09 22:27:15 +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
Juraj Misur bff8c29cfd fixed file path, include errors,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