Skip to content

Commit

Permalink
Merge pull request #2 from qlimix/codecoverage
Browse files Browse the repository at this point in the history
codecoverage
  • Loading branch information
frank-q committed Nov 14, 2020
2 parents 6a9ca39 + d5148d5 commit 4bb136e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ script:
- vendor/bin/grumphp run
- vendor/bin/phpunit tests --coverage-clover clover.xml

after_success:
- travis_retry php vendor/bin/php-coveralls

notifications:
email:
on_success: never
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
### 2.0.0 - 14-11-2020
## 2.0.1 - 14-11-2020

### Features
- Code coverage

## 2.0.0 - 14-11-2020

### Changes
- restructuring object and interfaces
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Process

[![Travis CI](https://api.travis-ci.org/qlimix/process.svg?branch=master)](https://travis-ci.org/qlimix/process)
[![Coveralls](https://img.shields.io/coveralls/github/qlimix/process.svg)](https://coveralls.io/github/qlimix/process)
[![Packagist](https://img.shields.io/packagist/v/qlimix/process.svg)](https://packagist.org/packages/qlimix/process)
[![MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/qlimix/process/blob/master/LICENSE)

Expand Down

0 comments on commit 4bb136e

Please sign in to comment.