Skip to content

Commit

Permalink
Adding Scrutinizer test output data upload to the Scrutinizer service.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Dec 21, 2020
1 parent 7a6b0ae commit d67104f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,12 @@ jobs:
flags: tests
name: codedev-umbrella
yml: ./codedev.yml
fail_ci_if_error: true
fail_ci_if_error: true

# For code coverage report we are uploading our code coverage report to scrutinizer
- name: Downloading scrutinizer ocular.phar
run: wget https://scrutinizer-ci.com/ocular.phar

# Uploading reports for analysis
- name: Uploading code coverage to scrutinize
run: php ocular.phar code-coverage:upload --format=php-clover coverage.xml
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build](https://github.com/allebb/gpio/workflows/build/badge.svg)](https://github.com/allebb/gpio/actions)
[![Code Coverage](https://codecov.io/gh/allebb/gpio/branch/master/graph/badge.svg)](https://codecov.io/gh/allebb/gpio)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/allebb/gpio/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/allebb/gpio/?branch=master)
[![Code Climate](https://codeclimate.com/github/allebb/gpio/badges/gpa.svg)](https://codeclimate.com/github/allebb/metar)
[![Code Climate](https://codeclimate.com/github/allebb/gpio/badges/gpa.svg)](https://codeclimate.com/github/allebb/gpio)
[![Latest Stable Version](https://poser.pugx.org/ballen/gpio/v/stable)](https://packagist.org/packages/ballen/gpio)
[![Latest Unstable Version](https://poser.pugx.org/ballen/gpio/v/unstable)](https://packagist.org/packages/ballen/gpio)
[![License](https://poser.pugx.org/ballen/gpio/license)](https://packagist.org/packages/ballen/gpio)
Expand Down

0 comments on commit d67104f

Please sign in to comment.