Browse Source

Activate coveralls.io and add Coverage badge

pull/41/head
Nafies Luthfi 7 years ago
parent
commit
21f13757d8
  1. 8
      .travis.yml
  2. 1
      README.id.md
  3. 1
      README.md

8
.travis.yml

@ -5,9 +5,13 @@ php:
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev
- travis_retry composer install --prefer-source --no-interaction
- travis_retry composer require php-coveralls/php-coveralls
- cp .env.example .env
- php artisan key:generate
script:
- vendor/bin/phpunit
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- vendor/bin/php-coveralls -v --exclude-no-stmt

1
README.id.md

@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/nafiesl/free-pmo.svg?branch=master)](https://travis-ci.org/nafiesl/free-pmo)
[![StyleCI](https://styleci.io/repos/111558421/shield?branch=develop)](https://styleci.io/repos/111558421)
[![Coverage Status](https://coveralls.io/repos/github/nafiesl/free-pmo/badge.svg?branch=master)](https://coveralls.io/github/nafiesl/free-pmo?branch=master)
Free PMO (Project Management Office), software management project untuk *freelancer* dan agensi, dibangun dengan Framework **Laravel 5**.

1
README.md

@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/nafiesl/free-pmo.svg?branch=master)](https://travis-ci.org/nafiesl/free-pmo)
[![StyleCI](https://styleci.io/repos/111558421/shield?branch=develop)](https://styleci.io/repos/111558421)
[![Coverage Status](https://coveralls.io/repos/github/nafiesl/free-pmo/badge.svg?branch=master)](https://coveralls.io/github/nafiesl/free-pmo?branch=master)
Free PMO (Project Management Office), management project software for *freelancer* and agency, built with **Laravel 5** Framework.

Loading…
Cancel
Save