Skip to content

Commit ff23187

Browse files
committed
Use Gradle-inclusive column names
1 parent 632779e commit ff23187

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/resources/templates/DevelocityReportFormatter/summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ No build scan found for this CI run.
55
!}{#for tagColumn in tagColumns}{!
66
!}| {#if tagColumn.name}{tagColumn.name}{#else}{#if tagColumns.size == 1}Tags{#else}Other tags{/if}{/if} {!
77
!}{/for}{!
8-
!}| Goals | Results |
8+
!}| Goals/Tasks | Results |
99
| -- {!
1010
!}{#for tagColumn in tagColumns}| -- {/for}{!
1111
!}| -- | :-: |

src/test/java/org/hibernate/infra/bot/develocity/DevelocityReportFormatterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void summary_simple() {
6666
);
6767
assertThat( formatter.summary( buildScans, new RepositoryConfig.Develocity.BuildScan() ) )
6868
.isEqualTo( """
69-
| Job/Workflow | Tags | Goals | Results |
69+
| Job/Workflow | Tags | Goals/Tasks | Results |
7070
| -- | -- | -- | :-: |
7171
|[GitHub Actions Build](https://ci.hibernate.org/job/hibernate-search/job/PR-4125/4/ "Build")\
7272
|`Linux` `hibernate-search` `jdk-17` `main`\
@@ -195,7 +195,7 @@ void summary_tagsConfig() {
195195
)
196196
) ) )
197197
.isEqualTo( """
198-
| Job/Workflow | OS | Java | Backend | DB | Goals | Results |
198+
| Job/Workflow | OS | Java | Backend | DB | Goals/Tasks | Results |
199199
| -- | -- | -- | -- | -- | -- | :-: |
200200
|[GitHub Actions Build](https://ci.hibernate.org/job/hibernate-search/job/PR-4125/4/ "Build")\
201201
|`Linux`|`17`||\

0 commit comments

Comments
 (0)