Julien Catania
b09b166dac
Merge pull request #279 from dorny/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 2 to 4
2023-09-22 21:24:19 +02:00
Julien Catania
92138a66fc
Merge pull request #265 from dorny/dependabot/npm_and_yarn/reports/jest/ws-7.5.9
...
Bump ws from 7.3.1 to 7.5.9 in /reports/jest
2023-09-22 21:22:26 +02:00
dependabot[bot]
148c3e5c6d
Bump actions/checkout from 2 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 19:22:00 +00:00
Julien Catania
dcaa140ba1
Merge pull request #228 from yeikel/patch-1
...
Add dependabot configuration
2023-09-22 21:21:26 +02:00
Julien Catania
61135b8121
Merge pull request #243 from gdams/fail_on_empty
...
add feature fail-on-empty
2023-09-22 21:17:53 +02:00
Julien Catania
62386e9601
Merge pull request #263 from TurnrDev/patch-1
...
Add permissions to example yml files
2023-09-22 21:07:25 +02:00
Julien Catania
ef9ec10825
Merge pull request #269 from dorny/feature/dep
...
update dependencies
2023-09-22 20:56:35 +02:00
Julien Catania
bc48d4dfff
fixing package script
2023-09-22 20:55:15 +02:00
Julien Catania
a02f895e5a
fixing format
2023-09-22 20:52:55 +02:00
Julien Catania
589592494f
fix npm package
2023-09-22 20:48:52 +02:00
Julien Catania
ac305c191c
fixing format
2023-09-22 20:44:42 +02:00
Julien Catania
76a051e007
fixing lint
2023-09-22 20:42:28 +02:00
dependabot[bot]
28dac3b115
Bump ws from 7.3.1 to 7.5.9 in /reports/jest
...
Bumps [ws](https://github.com/websockets/ws ) from 7.3.1 to 7.5.9.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.3.1...7.5.9 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 18:42:24 +00:00
Julien Catania
476b57a800
update dep
2023-09-21 20:29:16 +02:00
Julien Catania
0ada353da4
fix readme version of actions/*
2023-09-21 20:24:49 +02:00
Julien Catania
948526218f
update workflows
2023-09-21 20:23:17 +02:00
Julien Catania
f4404ee06a
Merge pull request #254 from tangowithfoxtrot/main
...
Correct typo in docs
2023-09-21 20:18:19 +02:00
Jay Turner
ea0fb9188a
Add permissions to example yml files
...
This action requires the checks: write permission so I've added an example in the readme to save people from digging around to find the right permission
2023-09-21 10:01:34 +01:00
tangowithfoxtrot
d51dd9ab50
"Coma separated" -> "Comma-separated"
2023-07-18 05:57:43 -07:00
tangowithfoxtrot
2cc6a8c9ef
"Coma separated" -> "Comma-separated"
...
Correct typo
2023-07-18 05:57:09 -07:00
George Adams
9e78da5e1b
add feature fail-on-empty
2023-04-03 11:13:19 +01:00
Yeikel
279d40aa15
Add github-actions
2023-03-06 15:38:28 -05:00
Yeikel
375f855d6c
Add dependabot configuration
...
See https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/
2023-02-07 17:30:48 -05:00
Michal Dorner
e9fa2f582c
Merge pull request #216 from dorny/skip-list-tracked-files
...
Skip listing of files if error parsing is disabled
2022-11-30 21:28:55 +01:00
Michal Dorner
3963c5302f
Skip listing of files if error parsing is disabled
2022-11-30 21:25:39 +01:00
Michal Dorner
33529f74ef
Merge pull request #179 from vasanthdharmaraj/main
...
Suppress "Processing test results from" log
2022-11-30 18:54:29 +01:00
Michal Dorner
ac8472f51a
Log filename if parsing fails
2022-11-30 18:49:10 +01:00
Michal Dorner
b45fb8b405
Merge branch 'main' into pr-179
2022-11-30 18:40:51 +01:00
Michal Dorner
396026f3c5
Merge pull request #211 from abelbraaksma/patch-1
...
Improve clarity on configuring for forkable repos
2022-11-30 18:34:50 +01:00
Michal Dorner
a5c5b636ff
Remove "Create test report" step from PR check runs
2022-11-30 18:23:12 +01:00
Michal Dorner
75b0cadf5f
Merge pull request #214 from trond-snekvik/fail-on-error
...
Only report failure if fail-on-error is set
2022-11-30 18:14:08 +01:00
Michal Dorner
0042016d8d
Fix eol conversion in dist folder
2022-11-30 18:11:21 +01:00
Michal Dorner
15ec24088d
Update dist/index.js
2022-11-30 16:53:36 +01:00
Trond Einar Snekvik
e7733f494f
Only report failure if fail-on-error is set
...
The flag is checked when exiting early, but the report update at the end ignores it, causing the test run to be reported as a failure.
Fixes #161 .
Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2022-11-30 13:43:42 +01:00
Michal Dorner
8bf0c7d9a7
Merge pull request #209 from atsu85/issue-208-java-junit-show-annotations-on-pr-changed-files
...
Fix #208 - java-junit: show annotations on PR changed files
2022-11-29 09:54:39 +01:00
Michal Dorner
6af36d9ecf
Merge branch 'main' into issue-208-java-junit-show-annotations-on-pr-changed-files
2022-11-29 09:41:00 +01:00
Michal Dorner
035c1f9d21
Merge pull request #213 from haudren-woven/fix-empty-failures-java-junit
...
Gracefully handle empty failure tags
2022-11-29 09:03:47 +01:00
Michal Dorner
86d6ec5dd5
Update dist/index.js
2022-11-29 08:55:49 +01:00
Hervé Audren
a91086638b
Gracefully handle empty failure tags
...
This commit fixes #137 . Some JUnit generators emit an empty failure tag,
with only a message property set. In those cases, the parser crashes
when trying to match the failure with a source file. Since this feature
is optional, the simplest fix is to skip the processing when the failure
tag is empty.
Also added a test, and the corresponding input file is generated from a
reporter within our codebase.
2022-11-29 08:45:53 +09:00
Abel Braaksma
f191e67022
Improve clarity on configuring for forkable repos
...
Add a note to signify that a workflow-based run won't execute in a PR and must be merged into `main` first.
2022-11-24 18:28:51 +01:00
Ats Uiboupin
578b47fbd3
update generated files
...
Closes #208
2022-11-19 22:20:44 +02:00
Ats Uiboupin
aebbb4d7c4
fix(java-junit): parse StackTraceElement with custom classloader
...
Fixes #208
2022-11-19 22:17:15 +02:00
Ats Uiboupin
3a48f6e045
fix(java-junit): stack trace line can start with whitespaces
...
Fixes #208
2022-11-19 22:17:06 +02:00
Ats Uiboupin
e5edb614dd
refactor: extract parsing java StackTraceElement to allow improving
2022-11-19 21:01:30 +02:00
Ats Uiboupin
b41f730922
ignore IntelliJ Idea IDE folder
2022-11-18 17:50:14 +02:00
Ats Uiboupin
d71eea3059
add .nvmrc
2022-11-18 17:47:49 +02:00
Michal Dorner
074fe2cd27
Merge pull request #193 from rvdlaarschot/mocha-empty-test-suite
...
Gracefully handle empty nested testsuite elements for JUnit.
2022-11-13 13:25:06 +01:00
Michal Dorner
3b54f63d95
Update dist/index.js
2022-11-13 13:22:18 +01:00
Michal Dorner
48bf7af48b
Merge branch 'main' into mocha-empty-test-suite
2022-11-13 13:20:55 +01:00
Michal Dorner
2f63fb86e1
Update test outputs after #199
2022-11-13 13:19:47 +01:00