Skip to content

Commit

Permalink
Uploads coverage to scrutinizer ci
Browse files Browse the repository at this point in the history
  • Loading branch information
exileed committed Nov 23, 2020
1 parent 1e1f6ed commit 1bd2802
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
- name: composer install
run: composer install
- name: PHP Unit tests for PHP ${{ matrix.php }}
run: vendor/bin/phpunit
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
- name: Send code coverage
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
codestyle:
name: Codestyle
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog
All Notable changes to `inoreader-api` will be documented in this file

## 2.0.0 - 2020-11-23
## 1.0.0 - 2020-11-23
- Minimal php version 7.3
- Rename `ExileeD\Inoreader\Client` to `ExileeD\Inoreader\HttpClient`
- Move to `github action`

## 1.0.0 - 2018-01-10
## 0.1.0 - 2018-01-10
- Init repo
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Version](https://img.shields.io/packagist/v/exileed/inoreader-api)](https://packagist.org/packages/exileed/inoreader-api)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
![Build Status](https://img.shields.io/github/workflow/status/exileed/inoreader-api/main?style=flat-square&1
![Build Status](https://img.shields.io/github/workflow/status/exileed/inoreader-api/test?style=flat-square&1
)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/exileed/inoreader-api.svg?style=flat-square)](https://scrutinizer-ci.com/g/exileed/inoreader-api/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/exileed/inoreader-api.svg?style=flat-square)](https://scrutinizer-ci.com/g/exileed/inoreader-api)
Expand Down

0 comments on commit 1bd2802

Please sign in to comment.