Skip to content

Commit 0999181

Browse files
committed
Add badge for codeclimate and codacy
1 parent 7adac9b commit 0999181

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

‎.codeclimate.yml‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
engines:
2+
phpmd:
3+
enabled: true
4+
config:
5+
file_extensions: "php"
6+
7+
phpcodesniffer:
8+
enabled: true
9+
config:
10+
file_extensions: "php"
11+
12+
duplication:
13+
enabled: true
14+
config:
15+
languages:
16+
- php:
17+
18+
ratings:
19+
paths:
20+
- "src/**.php"
21+
22+
exclude_paths:
23+
- "test/**"
24+
- "vendor/**"

‎README.md‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
Anax Router
22
==================================
33

4-
[![Join the chat at https://gitter.im/canax/router](https://badges.gitter.im/canax/router.svg)](https://gitter.im/canax/router?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
54
[![Latest Stable Version](https://poser.pugx.org/anax/router/v/stable)](https://packagist.org/packages/anax/router)
5+
[![Join the chat at https://gitter.im/canax/router](https://badges.gitter.im/canax/router.svg)](https://gitter.im/canax/router?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6+
67
[![Build Status](https://travis-ci.org/canax/router.svg?branch=master)](https://travis-ci.org/canax/router)
78
[![CircleCI](https://circleci.com/gh/canax/router.svg?style=svg)](https://circleci.com/gh/canax/router)
9+
810
[![Build Status](https://scrutinizer-ci.com/g/canax/router/badges/build.png?b=master)](https://scrutinizer-ci.com/g/canax/router/build-status/master)
911
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/canax/router/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/canax/router/?branch=master)
1012
[![Code Coverage](https://scrutinizer-ci.com/g/canax/router/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/canax/router/?branch=master)
13+
14+
[![Maintainability](https://api.codeclimate.com/v1/badges/03322fa7864ad24a9b2a/maintainability)](https://codeclimate.com/github/canax/router/maintainability)
15+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/03950aec85654aeeb443e9c6cb972d1c)](https://www.codacy.com/app/mosbth/router?utm_source=github.com&utm_medium=referral&utm_content=canax/router&utm_campaign=Badge_Grade)
1116
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/f525d26b-16a0-414e-b587-ce10728a380b/mini.png)](https://insight.sensiolabs.com/projects/f525d26b-16a0-414e-b587-ce10728a380b)
1217

1318
Anax Router module.

0 commit comments

Comments
 (0)