Skip to content

Commit 20ea761

Browse files
author
github-actions
committed
Update coverage data on Fri Feb 27 04:12:40 UTC 2026
1 parent 2d1d9e8 commit 20ea761

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

coverage.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"run_url": "https://github.com/konflux-ci/coverage-dashboard/actions/runs/22462301897",
2+
"run_url": "https://github.com/konflux-ci/coverage-dashboard/actions/runs/22471952255",
33
"data": [
44
{
55
"repo": "konflux-ci/application-api",
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"repo": "konflux-ci/build-service",
12-
"coverage": 52.7,
12+
"coverage": 52.8,
1313
"status": "ok",
1414
"packages": [
1515
{
@@ -22,16 +22,16 @@
2222
},
2323
{
2424
"package": "github.com/konflux-ci/build-service/internal/controller",
25-
"coverage": 78.7
26-
},
27-
{
28-
"package": "github.com/konflux-ci/build-service/pkg/git",
29-
"coverage": 20.5
25+
"coverage": 78.9
3026
},
3127
{
3228
"package": "github.com/konflux-ci/build-service/pkg/common",
3329
"coverage": 90.0
3430
},
31+
{
32+
"package": "github.com/konflux-ci/build-service/pkg/git",
33+
"coverage": 20.5
34+
},
3535
{
3636
"package": "github.com/konflux-ci/build-service/pkg/git/gitproviderfactory",
3737
"coverage": 80.4
@@ -48,13 +48,13 @@
4848
"package": "github.com/konflux-ci/build-service/pkg/pacwebhook",
4949
"coverage": 100.0
5050
},
51-
{
52-
"package": "github.com/konflux-ci/build-service/pkg/git/github",
53-
"coverage": 0.0
54-
},
5551
{
5652
"package": "github.com/konflux-ci/build-service/pkg/git/gitlab",
5753
"coverage": 5.6
54+
},
55+
{
56+
"package": "github.com/konflux-ci/build-service/pkg/git/github",
57+
"coverage": 0.0
5858
}
5959
]
6060
},
@@ -114,7 +114,7 @@
114114
},
115115
{
116116
"repo": "konflux-ci/image-controller",
117-
"coverage": 71.3,
117+
"coverage": 71.2,
118118
"status": "ok",
119119
"packages": [
120120
{
@@ -123,7 +123,7 @@
123123
},
124124
{
125125
"package": "github.com/konflux-ci/image-controller/internal/controller",
126-
"coverage": 72.2
126+
"coverage": 72.0
127127
},
128128
{
129129
"package": "github.com/konflux-ci/image-controller/pkg/quay",

coverage/konflux-ci/build-service/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
<div id="nav">
5656
<select id="files">
5757

58-
<option value="file0">github.com/konflux-ci/build-service/internal/controller/component_build_controller.go (75.5%)</option>
58+
<option value="file0">github.com/konflux-ci/build-service/internal/controller/component_build_controller.go (76.4%)</option>
5959

6060
<option value="file1">github.com/konflux-ci/build-service/internal/controller/component_build_controller_pac.go (84.9%)</option>
6161

6262
<option value="file2">github.com/konflux-ci/build-service/internal/controller/component_build_controller_pac_repository.go (82.1%)</option>
6363

64-
<option value="file3">github.com/konflux-ci/build-service/internal/controller/component_build_controller_pipeline.go (85.0%)</option>
64+
<option value="file3">github.com/konflux-ci/build-service/internal/controller/component_build_controller_pipeline.go (86.0%)</option>
6565

6666
<option value="file4">github.com/konflux-ci/build-service/internal/controller/component_build_controller_secrets.go (71.6%)</option>
6767

@@ -421,7 +421,7 @@
421421
writeBuildStatus(&amp;component, buildStatus)
422422
delete(component.Annotations, BuildRequestAnnotationName)
423423

424-
if err := r.Client.Update(ctx, &amp;component); err != nil </span><span class="cov0" title="0">{
424+
if err := r.Client.Update(ctx, &amp;component); err != nil </span><span class="cov8" title="1">{
425425
log.Error(err, fmt.Sprintf("failed to update component after wrong %s annotation", defaultBuildPipelineAnnotation))
426426
return ctrl.Result{}, err
427427
}</span>
@@ -2020,8 +2020,8 @@
20202020
additionalParams := []string{}
20212021

20222022
pipelinesConfigMap := &amp;corev1.ConfigMap{}
2023-
if err := r.Client.Get(ctx, types.NamespacedName{Name: buildPipelineConfigMapResourceName, Namespace: BuildServiceNamespaceName}, pipelinesConfigMap); err != nil </span><span class="cov0" title="0">{
2024-
if errors.IsNotFound(err) </span><span class="cov0" title="0">{
2023+
if err := r.Client.Get(ctx, types.NamespacedName{Name: buildPipelineConfigMapResourceName, Namespace: BuildServiceNamespaceName}, pipelinesConfigMap); err != nil </span><span class="cov8" title="1">{
2024+
if errors.IsNotFound(err) </span><span class="cov8" title="1">{
20252025
return nil, nil, boerrors.NewBuildOpError(boerrors.EBuildPipelineConfigNotDefined, err)
20262026
}</span>
20272027
<span class="cov0" title="0">return nil, nil, err</span>

coverage/konflux-ci/image-controller/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<div id="nav">
5656
<select id="files">
5757

58-
<option value="file0">github.com/konflux-ci/image-controller/internal/controller/application_controller.go (80.1%)</option>
58+
<option value="file0">github.com/konflux-ci/image-controller/internal/controller/application_controller.go (78.5%)</option>
5959

6060
<option value="file1">github.com/konflux-ci/image-controller/internal/controller/component_image_controller.go (72.6%)</option>
6161

@@ -216,7 +216,7 @@
216216
return ctrl.Result{}, err
217217
}</span>
218218

219-
<span class="cov8" title="1">if err := r.createApplicationPullSecret(ctx, applicationPullSecretName, application, pullSecretNames); err != nil </span><span class="cov8" title="1">{
219+
<span class="cov8" title="1">if err := r.createApplicationPullSecret(ctx, applicationPullSecretName, application, pullSecretNames); err != nil </span><span class="cov0" title="0">{
220220
return ctrl.Result{}, err
221221
}</span>
222222
}
@@ -362,7 +362,7 @@
362362
return err
363363
}</span>
364364

365-
<span class="cov8" title="1">if err := r.Client.Create(ctx, applicationPullSecret); err != nil </span><span class="cov8" title="1">{
365+
<span class="cov8" title="1">if err := r.Client.Create(ctx, applicationPullSecret); err != nil </span><span class="cov0" title="0">{
366366
log.Error(err, "failed to create application pull secret", "secretName", applicationPullSecretName, l.Action, l.ActionAdd)
367367
return err
368368
}</span>

0 commit comments

Comments
 (0)