Skip to content

Commit 3e5d2e8

Browse files
chore(docs): update qlty badged in README
1 parent 4cde439 commit 3e5d2e8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# JSON assertions for PHPUnit
22

33
![Unit tests](https://github.com/martin-helmich/phpunit-json-assert/workflows/Unit%20tests/badge.svg)
4-
[![Code Climate](https://codeclimate.com/github/martin-helmich/phpunit-json-assert/badges/gpa.svg)](https://codeclimate.com/github/martin-helmich/phpunit-json-assert)
5-
[![Test Coverage](https://codeclimate.com/github/martin-helmich/phpunit-json-assert/badges/coverage.svg)](https://codeclimate.com/github/martin-helmich/phpunit-json-assert/coverage)
6-
[![Issue Count](https://codeclimate.com/github/martin-helmich/phpunit-json-assert/badges/issue_count.svg)](https://codeclimate.com/github/martin-helmich/phpunit-json-assert)
4+
[![Maintainability](https://qlty.sh/gh/martin-helmich/projects/phpunit-json-assert/maintainability.svg)](https://qlty.sh/gh/martin-helmich/projects/phpunit-json-assert)
5+
[![Code Coverage](https://qlty.sh/gh/martin-helmich/projects/phpunit-json-assert/coverage.svg)](https://qlty.sh/gh/martin-helmich/projects/phpunit-json-assert)
76

87
This library adds several new assertions to [PHPUnit](https://phpunit.de/)
98
that allow you to easily and concisely verify complex data structures (often,

0 commit comments

Comments
 (0)