Skip to content

Commit 0101745

Browse files
ritwik-gclaude
andcommitted
Update coverage badge to simple CI link
- Replace Codecov badge with simple coverage badge linking to CI - Add fail_ci_if_error: false to Codecov upload to prevent CI failures - Coverage badge now shows "coverage - check CI" and links to CI results - Codecov can still be enabled later by adding CODECOV_TOKEN secret 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 4e7e5f9 commit 0101745

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
file: ./coverage.xml
5555
flags: unittests
5656
name: codecov-umbrella
57+
fail_ci_if_error: false
5758

5859
- name: Upload test results
5960
if: always()
@@ -102,4 +103,4 @@ jobs:
102103
run: |
103104
helm plugin install .
104105
helm values-manager --version
105-
helm plugin uninstall values-manager
106+
helm plugin uninstall values-manager

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# helm-values-manager
22

33
[![CI](https://github.com/Zipstack/helm-values-manager/workflows/CI/badge.svg)](https://github.com/Zipstack/helm-values-manager/actions/workflows/ci.yml)
4-
[![codecov](https://codecov.io/gh/Zipstack/helm-values-manager/branch/main/graph/badge.svg)](https://codecov.io/gh/Zipstack/helm-values-manager)
4+
[![Coverage](https://img.shields.io/badge/coverage-check%20CI-blue)](https://github.com/Zipstack/helm-values-manager/actions/workflows/ci.yml)
55
[![Python Version](https://img.shields.io/badge/python-3.9%2B-blue.svg)](https://python.org)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

0 commit comments

Comments
 (0)