File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
main/resources/templates/DevelocityReportFormatter
test/java/org/hibernate/infra/bot/develocity Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ No build scan found for this CI run.
5
5
!}{#for tagColumn in tagColumns}{!
6
6
!}| {#if tagColumn.name}{tagColumn.name}{#else}{#if tagColumns.size == 1}Tags{#else}Other tags{/if}{/if} {!
7
7
!}{/for}{!
8
- !}| Goals | Results |
8
+ !}| Goals/Tasks | Results |
9
9
| -- {!
10
10
!}{#for tagColumn in tagColumns}| -- {/for}{!
11
11
!}| -- | :-: |
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ void summary_simple() {
66
66
);
67
67
assertThat ( formatter .summary ( buildScans , new RepositoryConfig .Develocity .BuildScan () ) )
68
68
.isEqualTo ( """
69
- | Job/Workflow | Tags | Goals | Results |
69
+ | Job/Workflow | Tags | Goals/Tasks | Results |
70
70
| -- | -- | -- | :-: |
71
71
|[GitHub Actions Build](https://ci.hibernate.org/job/hibernate-search/job/PR-4125/4/ "Build")\
72
72
|`Linux` `hibernate-search` `jdk-17` `main`\
@@ -195,7 +195,7 @@ void summary_tagsConfig() {
195
195
)
196
196
) ) )
197
197
.isEqualTo ( """
198
- | Job/Workflow | OS | Java | Backend | DB | Goals | Results |
198
+ | Job/Workflow | OS | Java | Backend | DB | Goals/Tasks | Results |
199
199
| -- | -- | -- | -- | -- | -- | :-: |
200
200
|[GitHub Actions Build](https://ci.hibernate.org/job/hibernate-search/job/PR-4125/4/ "Build")\
201
201
|`Linux`|`17`||\
You can’t perform that action at this time.
0 commit comments