Skip to content

Commit 8b6c33b

Browse files
authored
Merge pull request spatie#75 from TJVB/connect_the_codecoverage_to_scrutinizer
Connect the codecoverage to scrutinizer
2 parents ae083a4 + 3387f58 commit 8b6c33b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ checks:
1717
fix_identation_4spaces: true
1818
fix_doc_comments: true
1919

20+
tools:
21+
external_code_coverage:
22+
timeout: 600
23+
runs: 4

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-binary-uuid.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-binary-uuid)
44
[![Build Status](https://img.shields.io/travis/spatie/laravel-binary-uuid/master.svg?style=flat-square)](https://travis-ci.org/spatie/laravel-binary-uuid)
5+
[![Code coverage](https://scrutinizer-ci.com/g/spatie/laravel-binary-uuid/badges/coverage.png)](https://scrutinizer-ci.com/g/spatie/laravel-binary-uuid)
56
[![Quality Score](https://img.shields.io/scrutinizer/g/spatie/laravel-binary-uuid.svg?style=flat-square)](https://scrutinizer-ci.com/g/spatie/laravel-binary-uuid)
67
[![StyleCI](https://styleci.io/repos/110949385/shield?branch=master)](https://styleci.io/repos/110949385)
78
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-binary-uuid.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-binary-uuid)

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"require-dev": {
2424
"orchestra/testbench": "^3.5|~3.6.0|~3.7.0",
25-
"phpunit/phpunit": "^6.5|^7.0"
25+
"phpunit/phpunit": "^6.5|^7.0",
26+
"scrutinizer/ocular": "^1.5"
2627
},
2728
"autoload": {
2829
"psr-4": {

0 commit comments

Comments
 (0)