• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sapcc / ocm-helm-toolbox / 15207470232
0%
main: 0%

Build:
Build:
LAST BUILD BRANCH: renovate/external-dependencies
DEFAULT BRANCH: main
Ran 23 May 2025 09:52AM UTC
Jobs 1
Files 7
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 May 2025 09:49AM UTC coverage: 0.0%. Remained the same
15207470232

Pull #5

github

majewsky
unbundle: unpack dependency charts inside Helm charts

This is intended for workflows where the unbundle result gets committed into Git,
e.g. when CD systems like Argo watch a Git repo instead of an OCM repository.
By unpacking the archive files, the commit diffs become more meaningful
and delta compression becomes more efficient.

This is an example of the effect when unpacking the
`cloud.sap/backup-replication` bundle before and after the change:

```diff
--- tree-output-before.txt  2025-05-23 11:48:27.097765265 +0200
+++ tree-output-after.txt   2025-05-23 11:48:40.804883372 +0200
@@ -4,8 +4,20 @@
 │   │   └── backup-replication.alerts
 │   ├── Chart.lock
 │   ├── charts
-│   │   ├── linkerd-support-1.1.0.tgz
-│   │   └── owner-info-1.0.0.tgz
+│   │   ├── linkerd-support
+│   │   │   ├── Chart.yaml
+│   │   │   ├── README.md
+│   │   │   ├── templates
+│   │   │   │   └── namespace-annotation.yaml
+│   │   │   └── values.yaml
+│   │   └── owner-info
+│   │       ├── Chart.yaml
+│   │       ├── ci
+│   │       │   └── test-values.yaml
+│   │       ├── README.md
+│   │       ├── templates
+│   │       │   └── configmap.yaml
+│   │       └── values.yaml
 │   ├── Chart.yaml
 │   ├── ci
 │   │   └── test-values.yaml
@@ -21,4 +33,4 @@
 ├── git-location.json
 └── localized-values.yaml

-6 directories, 16 files
+11 directories, 23 files
```
Pull Request #5: unbundle: unpack dependency charts inside Helm charts

0 of 31 new or added lines in 1 file covered. (0.0%)

0 of 532 relevant lines covered (0.0%)

0.0 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
31
0.0
0.0% internal/core/helmchart.go
Jobs
ID Job ID Ran Files Coverage
1 15207470232.1 23 May 2025 09:52AM UTC 7
0.0
GitHub Action Run
Source Files on build 15207470232
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #5
  • PR Base - main (#15206848552)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc