Open orestesgaolin opened 4 years ago
Hello,
I believe that you can override the name of those report by using the name
parameter (see https://github.com/ashley-taylor/junit-report-annotations-action/blob/9ac2f823854c677f30e062dfe779445e33e5d380/action.yml#L22).
Although, this could be automatically handled by:
I don't know if merging or getting job name are technically possible. And I personally think that auto incrementing is not a solution, as the outcome would not be usable.
@ashley-taylor do you have any thoughts on this ?
Your issue shows another: the readme does not help integration and I believe that improving the readme could bring a lot to this project.
I wonder if the action could get the current check id?
I have multiple workflows configured for PRs, each can be triggered depending on the files changed in the PR.
Unfortunately the Junit Results annotations are present only in the first workflow and they are not visible in any other. All of them have very similar workflow files (with slight changes to paths)
The results are shown correctly if there's only 1 workflow triggered that contains junit-report-annotations-action
Sample workflow.yaml:
I can share more info via DM/Slack/email