Skip to content

Commit 2b65f72

Browse files
committed
Fix badges positions
1 parent 1e7a002 commit 2b65f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

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

5+
[![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)
56
[![codecov](https://codecov.io/github/terremoth/php-dsv/graph/badge.svg?token=ZED14FNR0B)](https://codecov.io/github/terremoth/php-dsv)
7+
[![Test Coverage](https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/test_coverage)](https://codeclimate.com/github/terremoth/php-dsv/test_coverage)
68
[![Psalm type coverage](https://shepherd.dev/github/terremoth/php-dsv/coverage.svg)](https://shepherd.dev/github/terremoth/php-dsv)
79
[![Psalm level](https://shepherd.dev/github/terremoth/php-dsv/level.svg)](https://shepherd.dev/github/terremoth/php-dsv)
8-
[![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)
910
[![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)
1011
[![Maintainability](https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/maintainability)](https://codeclimate.com/github/terremoth/php-dsv/maintainability)
1112
[![License](https://img.shields.io/github/license/terremoth/php-dsv.svg?logo=gnu&color=41bb13)](https://github.com/terremoth/php-dsv/blob/main/LICENSE)
12-
[![Test Coverage](https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/test_coverage)](https://codeclimate.com/github/terremoth/php-dsv/test_coverage)
1313

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

0 commit comments

Comments
 (0)