Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Aug 9, 2024
1 parent 44c2617 commit e17aafb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# CLDR

[![Packagist](https://img.shields.io/packagist/v/icanboogie/cldr.svg)](https://packagist.org/packages/icanboogie/cldr)
[![Code Quality](https://img.shields.io/scrutinizer/g/ICanBoogie/CLDR.svg)](https://scrutinizer-ci.com/g/ICanBoogie/CLDR)
[![Code Coverage](https://coveralls.io/repos/github/ICanBoogie/CLDR/badge.svg?branch=6.0)](https://coveralls.io/r/ICanBoogie/CLDR)
[![Downloads](https://img.shields.io/packagist/dt/icanboogie/cldr.svg)](https://packagist.org/packages/icanboogie/cldr)
[![Downloads](https://img.shields.io/packagist/dt/icanboogie/cldr.svg)](https://packagist.org/packages/icanboogie/cldr/stats)

The __CLDR__ package helps internationalize your application by leveraging the data and conventions
defined by the [Unicode Common Locale Data Repository](http://cldr.unicode.org/) (CLDR). It offers
Expand Down Expand Up @@ -227,9 +225,10 @@ $cldr = new Repository($provider);

The project is continuously tested by [GitHub actions](https://github.com/ICanBoogie/CLDR/actions).

[![Tests](https://github.com/ICanBoogie/CLDR/actions/workflows/test.yml/badge.svg?branch=6.0)](https://github.com/ICanBoogie/CLDR/actions?query=workflow%3Atest)
[![Static Analysis](https://github.com/ICanBoogie/CLDR/actions/workflows/static-analysis.yml/badge.svg?branch=6.0)](https://github.com/ICanBoogie/CLDR/actions?query=workflow%3Astatic-analysis)
[![Code Style](https://github.com/ICanBoogie/CLDR/actions/workflows/code-style.yml/badge.svg?branch=6.0)](https://github.com/ICanBoogie/CLDR/actions?query=workflow%3Acode-style)
[![Tests](https://img.shields.io/github/actions/workflow/status/ICanBoogie/CLDR/test.yml?branch=6.0&label=tests)](https://github.com/ICanBoogie/CLDR/actions?query=workflow%3Atest)
[![Code Coverage](https://coveralls.io/repos/github/ICanBoogie/CLDR/badge.svg?branch=6.0)](https://coveralls.io/r/ICanBoogie/CLDR)
[![Static Analysis](https://img.shields.io/github/actions/workflow/status/ICanBoogie/CLDR/static-analysis.yml?branch=6.0&label=static-analysis)](https://github.com/ICanBoogie/CLDR/actions?query=workflow%3Astatic-analysis)
[![Code Style](https://img.shields.io/github/actions/workflow/status/ICanBoogie/CLDR/code-style.yml?branch=6.0&label=code-style)](https://github.com/ICanBoogie/CLDR/actions?query=workflow%3Acode-style)



Expand Down

0 comments on commit e17aafb

Please sign in to comment.