Skip to content

Commit 9be6af9

Browse files
committed
Switch to Code Climate for static analysis
1 parent d447586 commit 9be6af9

File tree

6 files changed

+79
-95
lines changed

6 files changed

+79
-95
lines changed

.coveralls.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.scrutinizer.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ before_script:
1313

1414
script:
1515
- vendor/bin/phpspec run --verbose
16-
- vendor/bin/phpunit -v --coverage-clover ./build/logs/clover.xml
16+
- vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
1717

1818
after_script:
19-
- php vendor/bin/coveralls -v
19+
- vendor/bin/test-reporter
2020

2121
matrix:
2222
allow_failures:
2323
- php: 7.0
2424
- php: hhvm
25+
26+
addons:
27+
code_climate:
28+
repo_token: $CODE_CLIMATE_TOKEN

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"mockery/mockery": "0.9.*",
2323
"phpunit/phpunit": "~4.0",
2424
"phpspec/phpspec": "~2.1",
25-
"satooshi/php-coveralls": "dev-master"
25+
"codeclimate/php-test-reporter": "^0.1.2"
2626
},
2727
"autoload": {
2828
"classmap": [

composer.lock

Lines changed: 69 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Laravel.io Community Portal
22

33
<img src="https://travis-ci.org/laravelio/laravel.io.svg?branch=master" alt="Build Status">
4-
<img src="https://scrutinizer-ci.com/g/laravelio/laravel.io/badges/quality-score.png?b=master" alt="Scrutinizer Code Quality">
5-
<img src="https://coveralls.io/repos/LaravelIO/laravel.io/badge.png?branch=master" alt="Coverage Status" />
4+
[![Code Climate](https://codeclimate.com/github/LaravelIO/laravel.io/badges/gpa.svg)](https://codeclimate.com/github/LaravelIO/laravel.io)
5+
[![Code Climate](https://codeclimate.com/github/LaravelIO/laravel.io/badges/gpa.svg)](https://codeclimate.com/github/LaravelIO/laravel.io)
6+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](license.txt)
67
<img src="https://insight.sensiolabs.com/projects/50a7431f-66b0-4221-8837-7ccf1924031e/mini.png" alt="SensioLabsInsight">
78

89
This is the repository for the [Laravel.io](http://laravel.io) community portal. The code is entirely open source and licensed under [the MIT license](license.txt). Feel free to contribute to the portal by sending in a pull request.

0 commit comments

Comments
 (0)