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

vnvo / deltaforge / 23918002607
45%

Build:
DEFAULT BRANCH: main
Ran 02 Apr 2026 07:26PM UTC
Jobs 1
Files 117
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

02 Apr 2026 07:24PM UTC coverage: 44.264% (+0.009%) from 44.255%
23918002607

push

github

web-flow
feat: Helm chart for Kubernetes deployment (#66)

StatefulSet-based deployment with:
- Pipeline config via ConfigMap (inline or existing)
- Secrets for credentials only (user/password) — expanded via ${VAR}
  in pipeline config at startup
- PVC for SQLite checkpoints + DLQ (persistent across restarts)
- Liveness (/health) and readiness (/ready) probes
- Prometheus metrics port (9000) with optional ServiceMonitor
- Configurable resources, security context, scheduling
- PodDisruptionBudget for multi-replica
- `terminationGracePeriodSeconds: 30` for graceful checkpoint flush

Located at deploy/helm/deltaforge/ following CNCF convention.

Usage:
  helm install deltaforge ./deploy/helm/deltaforge \
    --set secrets.create=true \
    --set secrets.data.MYSQL_USER=cdc_user \
    --set secrets.data.MYSQL_PASSWORD=s3cret

Verified: helm lint (0 failures), helm template (all variants render).

10521 of 23769 relevant lines covered (44.26%)

156.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23918002607.1 02 Apr 2026 07:26PM UTC 117
44.26
GitHub Action Run
Source Files on build 23918002607
  • Tree
  • List 117
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23918002607
  • 3408f65f on github
  • Prev Build on main (#23824957467)
  • Next Build on main (#23923437008)
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