Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Added scrutinizer for coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Feijs committed Jul 19, 2017
1 parent c10efc6 commit f4ff6f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
filter:
excluded_paths: [tests/*]
build:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=coverage.clover'
coverage:
file: 'coverage.clover'
format: 'clover'
checks:
php: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Stash store for Symfony Lock
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://travis-ci.org/MyOnlineStore/symfony-lock-stash.svg?branch=master)](https://travis-ci.org/MyOnlineStore/symfony-lock-stash)
[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/MyOnlineStore/symfony-lock-stash.svg?style=flat-square)](https://github.com/MyOnlineStore/symfony-lock-stash)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/MyOnlineStore/symfony-lock-stash.svg?style=flat-square)](https://github.com/MyOnlineStore/symfony-lock-stash)

## Introduction

Expand Down

0 comments on commit f4ff6f5

Please sign in to comment.