Skip to content

Commit

Permalink
Fix badges positions
Browse files Browse the repository at this point in the history
  • Loading branch information
terremoth committed Nov 22, 2024
1 parent 1e7a002 commit 2b65f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Inspired by: [Why you should use and prefer DSV format instead of CSV](https://matthodges.com/posts/2024-08-12-csv-bad-dsv-good/)

[![Test Run Status](https://github.com/terremoth/php-dsv/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/terremoth/php-dsv/actions/workflows/workflow.yml)
[![codecov](https://codecov.io/github/terremoth/php-dsv/graph/badge.svg?token=ZED14FNR0B)](https://codecov.io/github/terremoth/php-dsv)
[![Test Coverage](https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/test_coverage)](https://codeclimate.com/github/terremoth/php-dsv/test_coverage)
[![Psalm type coverage](https://shepherd.dev/github/terremoth/php-dsv/coverage.svg)](https://shepherd.dev/github/terremoth/php-dsv)
[![Psalm level](https://shepherd.dev/github/terremoth/php-dsv/level.svg)](https://shepherd.dev/github/terremoth/php-dsv)
[![Test Run Status](https://github.com/terremoth/php-dsv/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/terremoth/php-dsv/actions/workflows/workflow.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0edf6ce999c548f8ab994288611e3d0f)](https://app.codacy.com/gh/terremoth/php-dsv/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Maintainability](https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/maintainability)](https://codeclimate.com/github/terremoth/php-dsv/maintainability)
[![License](https://img.shields.io/github/license/terremoth/php-dsv.svg?logo=gnu&color=41bb13)](https://github.com/terremoth/php-dsv/blob/main/LICENSE)
[![Test Coverage](https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/test_coverage)](https://codeclimate.com/github/terremoth/php-dsv/test_coverage)

See [demos/demo.php](demos/demo.php) for examples.

Expand Down

0 comments on commit 2b65f72

Please sign in to comment.