Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 273e433

Browse files
author
Ian Campbell
committed
ci: correct the name of a test step
This step runs the `coverage` target which does Unit _and_ e2e coverage. Signed-off-by: Ian Campbell <ijc@docker.com>
1 parent 969b2f6 commit 273e433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile.baguette

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pipeline {
7777
}
7878
stage('Test') {
7979
parallel {
80-
stage("Unit Coverage") {
80+
stage("Coverage") {
8181
environment {
8282
DOCKERAPP_BINARY = '../e2e/coverage-bin'
8383
DOCKERCLI_BINARY = '../docker-linux'

0 commit comments

Comments
 (0)