Skip to content

Commit fed6978

Browse files
author
Andreas Frömer
committed
Add codeclimate
1 parent 34e752c commit fed6978

File tree

4 files changed

+864
-32
lines changed

4 files changed

+864
-32
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ before_script:
1818
script:
1919
- composer cs
2020
- composer test -- --coverage-clover=build/logs/clover.xml --coverage-text
21+
- ./vendor/bin/test-reporter

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# systemctl-php
2-
[![Build Status](https://api.travis-ci.org/icanhazstring/systemctl-php.svg?branch=master)](https://travis-ci.org/icanhazstring/systemctl-php)
2+
[![Build Status](https://api.travis-ci.org/icanhazstring/systemctl-php.svg?branch=master)](https://travis-ci.org/icanhazstring/systemctl-php) [![Code Climate](https://codeclimate.com/github/icanhazstring/systemctl-php/badges/gpa.svg)](https://codeclimate.com/github/icanhazstring/systemctl-php) [![Test Coverage](https://codeclimate.com/github/icanhazstring/systemctl-php/badges/coverage.svg)](https://codeclimate.com/github/icanhazstring/systemctl-php/coverage)
33

44
PHP wrapper for systemctl (PHP7.1)
55

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^6.1",
11-
"squizlabs/php_codesniffer": "^3.0"
11+
"squizlabs/php_codesniffer": "^3.0",
12+
"codeclimate/php-test-reporter": "dev-master"
1213
},
1314
"autoload": {
1415
"psr-4": {

0 commit comments

Comments
 (0)