Skip to content

Commit

Permalink
Adding badges and code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Feb 4, 2016
1 parent 5fad11c commit b55a213
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ checks:

filter:
paths: [code/*, tests/*]

build:
tests:
override:
-
command: 'phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'php-clover'
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# SilverStripe Masquerade Module

[![Build Status](https://travis-ci.org/dhensby/silverstripe-masquerade.svg?branch=master)](https://travis-ci.org/dhensby/silverstripe-masquerade)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/badges/build.png?b=master)](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/build-status/master)


## About

This module is designed to allow an Administrator to "login" as another "Member" without changing their password or
Expand All @@ -25,7 +31,7 @@ Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines regarding testing
A change log is maintained in [CHANGELOG.md](CHANGELOG.md)

## Reporting security issues

TBC

## License
Expand Down

0 comments on commit b55a213

Please sign in to comment.