This is an automated email from the ASF dual-hosted git repository.

manuelbeck pushed a commit to branch pr-readme-improve-badges
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 9111d3d4bcd9f63260bed695baa9e47dceb3fb6b
Author: Manuel Beck <[email protected]>
AuthorDate: Wed Feb 25 13:44:43 2026 +0100

    doc(readme): improve badges
    
    - Use `shields.io` for all badges
    - npm latest, GitHub dev version, GitHub Node Workflow, GitHub Release 
Audit Workflow, Code Coverage
    - Added badges like on cordova-android
---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 000c4e25..1ee4a15d 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,12 @@
 
 # Cordova iOS
 
-[![NPM](https://nodei.co/npm/cordova-ios.png)](https://nodei.co/npm/cordova-ios/)
+[![npm - 
Latest](https://img.shields.io/npm/v/cordova-ios/latest?label=Latest%20Release%20(npm))](https://npmjs.com/package/cordova-ios)
 
-[![Node 
CI](https://github.com/apache/cordova-ios/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-ios/actions?query=branch%3Amaster)
-[![codecov.io](https://codecov.io/github/apache/cordova-ios/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-ios?branch=master)
+[![GitHub](https://img.shields.io/github/package-json/v/apache/cordova-ios?label=Development%20(Git))](https://github.com/apache/cordova-ios)
+[![GitHub - Node 
Workflow](https://github.com/apache/cordova-ios/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/apache/cordova-ios/actions/workflows/ci.yml?query=branch%3Amaster)
+[![GitHub - Release Audit 
Workflow](https://github.com/apache/cordova-ios/actions/workflows/release-audit.yml/badge.svg?branch=master)](https://github.com/apache/cordova-ios/actions/workflows/release-audit.yml?query=branch%3Amaster)
+[![Code 
Coverage](https://codecov.io/github/apache/cordova-ios/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-ios?branch=master)
 
 Cordova iOS is an iOS application library that allows for Cordova-based 
projects to be built for the iOS Platform. Cordova based applications are, at 
the core, applications written with web technology: HTML, CSS and JavaScript.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to