Björn Kautler

Results 489 issues of Björn Kautler

Is there a reason, that the workflow summary only links to the check if there are failed tests? If you for example want to look at the annotation that lists...

The test output for my tests usually contain a stack trace from which the file name and line number of the actual test failure could be derived. It would be...

I'm not sure whether this is intended behavior or a bug. If the former, I'd like to suggest clarifying the docs. If the latter, then to fix it. In this...

enhancement

When processing JUnit XML reports generated by tools like Ant or Gradle, there is no `file` or `line` in the report. This action then uses line 0 and the class...

If you look at https://github.com/jEdit-editor/jEdit/actions/runs/14925938633, you see that from this action, there is one annotation ``` [UITest ► org.jedit.ui.test.UITest ► foo [i: 2, #1]: ui-test/org/jedit/ui/test/UITest.groovy#L39](https://github.com/jEdit-editor/jEdit/commit/038cf70962c00602916fc1580b2e33e87b5a8e97#annotation_34540767819) Failed test found in: build/jEdit...

bug

These runs use the same test results with following inputs: 1. `list-suites: 'all'` && `list-tests: 'all'` https://github.com/jEdit-editor/jEdit/actions/runs/14703649209 2. `list-suites: 'all'` && `list-tests: 'failed'` https://github.com/jEdit-editor/jEdit/actions/runs/14705359407 3. `list-suites: 'failed'` && `list-tests: 'failed'`...

bug

To mitigate #1426 I tried to call the overload with 4 arguments, but as the given `Class` is an interface, `getSuperclass()` returns `null` which then results in a `NullPointerException` for...

I tried to use your `TaskUtils.registerNested` to mitigate https://github.com/gradle/gradle/issues/6022, thanks for that. Unfortunately it does not work, because the type in question is an interface with the annotations that is...

It would be amazing, if your action could also support WSL in Windows. I'm the creator of https://github.com/Vampire/setup-wsl and right now need to investigate some strange behavior within the WSL...

As far as I understood this just supports the GitHub URL scheme. As you cannot know whether a given URL has a GitHub installation behind you probably cannot optionally display...