Commit Graph

114 Commits

Author SHA1 Message Date
Ghais Zaher 3163ccef2b
fix: mention required permissions in documentation (#155) 2023-04-17 17:24:35 +02:00
dependabot[bot] 2c1664c634
Bump actions/setup-go from 3 to 4 (#152)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 09:23:15 +02: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ś 7263a78ba0
Avoid huge input lookup errors (#144) 2023-03-10 13:02:27 +01:00
Jan Waś 01b27826d2
Run the action in a container (#141) 2023-03-09 15:58:13 +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
Yeikel 885c9c7983
ci: use built in dependency caching and use temurin (#129) 2023-02-16 18:50:23 +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
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
dependabot[bot] fa84819064
Bump eslint from 8.30.0 to 8.31.0 (#114)
Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.31.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.30.0...v8.31.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 14:11:52 +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
dependabot[bot] ad2418953f
Bump eslint from 8.3.0 to 8.30.0 (#108)
Bumps [eslint](https://github.com/eslint/eslint) from 8.3.0 to 8.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.3.0...v8.30.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-23 17:35:29 +01:00
Ghais Zaher 73f631504e
fix: dependabot & fixes to build workflow (#100)
Add dependabot.yml
Upgrade actions in build.yml
Use correct permissions
2022-12-23 17:26:57 +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
Ghais Zaher 81b1db734f
chore: add code owners (#99)
* chore: add code owners

* Trigger actions

Co-authored-by: Renato Abreu <renatoabreu1196@gmail.com>
2022-12-23 14:28:36 +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
dependabot[bot] 695d78b965
Bump decode-uri-component from 0.2.0 to 0.2.2 (#96)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-23 12:21:02 +01:00
dependabot[bot] 8646b76a75
Bump qs from 6.5.2 to 6.5.3 (#97)
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-23 12:15:35 +01:00
dependabot[bot] f01db0d1e6
Bump tmpl from 1.0.4 to 1.0.5 (#76)
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 14:02:39 +02:00
dependabot[bot] 09bb5e16ab
Bump nth-check from 2.0.0 to 2.0.1 (#77)
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 14:02:22 +02:00
dependabot[bot] 482f012643
Bump path-parse from 1.0.6 to 1.0.7 (#74)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-17 14:59:55 +02:00
Juraj Misur 931cea1ce1
Revert build branch 2021-06-14 12:12:36 +02:00
Juraj Misur 6874623c31
revert build branch (#69) 2021-06-14 12:10:23 +02:00
Juraj Misur f1428434ae
npm audit fix (#68) 2021-06-14 12:08:43 +02: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] f049c0b8a0
Bump commons-io from 2.5 to 2.7 in /tests (#55)
Bumps commons-io from 2.5 to 2.7.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25 10:17:03 +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
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 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 0e669d19fc
use always instead of ignore (#42) 2021-02-04 10:39:41 +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 ad808943e6
Update README.md 2020-10-16 10:08:30 +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 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
dependabot[bot] 83a46f1e5e
Bump @actions/core from 1.2.4 to 1.2.6 (#28)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-15 13:38:50 +02:00
dependabot[bot] 4427cb446a
Bump junit from 4.13 to 4.13.1 in /tests (#32)
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-15 13:38:24 +02:00
Juraj Misur d5f6d76ef9
fix pytests (#27) 2020-10-15 13:38:01 +02:00
dependabot[bot] 2c719794c7
Bump node-fetch from 2.6.0 to 2.6.1 (#20)
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 10:13:01 +02:00
Renato Athaydes 1c4e021cec
Improve Gradle instructions. (#16) 2020-08-20 10:47:17 +02:00