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 -[](https://nodei.co/npm/cordova-ios/) +[)](https://npmjs.com/package/cordova-ios) -[](https://github.com/apache/cordova-ios/actions?query=branch%3Amaster) -[](https://codecov.io/github/apache/cordova-ios?branch=master) +[)](https://github.com/apache/cordova-ios) +[](https://github.com/apache/cordova-ios/actions/workflows/ci.yml?query=branch%3Amaster) +[](https://github.com/apache/cordova-ios/actions/workflows/release-audit.yml?query=branch%3Amaster) +[](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]
