diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e3c563a..45fa04e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: - name: Run tests env: XDEBUG_MODE: coverage - run: ./vendor/bin/phpunit --testsuite=unit + run: ./vendor/bin/phpunit --coverage-clover build/logs/coverage.xml - name: Run Coveralls env: XDEBUG_MODE: coverage @@ -53,7 +53,7 @@ jobs: - name: Run tests env: XDEBUG_MODE: coverage - run: ./vendor/bin/phpunit --testsuite=unit + run: ./vendor/bin/phpunit --coverage-clover build/logs/coverage.xml - name: Run Coveralls env: XDEBUG_MODE: coverage diff --git a/README.md b/README.md index e20260a..cab3efd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Magallanes -[![SymfonyInsight](https://insight.symfony.com/projects/ed0de53a-a12e-459b-9464-34def5907b56/mini.svg)](https://insight.symfony.com/projects/ed0de53a-a12e-459b-9464-34def5907b56) -[![Build Status](https://img.shields.io/travis/andres-montanez/Magallanes/master.svg)](https://travis-ci.org/andres-montanez/Magallanes) +![Linters](https://github.com/andres-montanez/Magallanes/actions/workflows/linters.yml/badge.svg?) +![Tests](https://github.com/andres-montanez/Magallanes/actions/workflows/tests.yml/badge.svg?) [![Coverage Status](https://img.shields.io/coveralls/andres-montanez/Magallanes/master.svg)](https://coveralls.io/github/andres-montanez/Magallanes?branch=master) [![Code Quality](https://img.shields.io/scrutinizer/g/andres-montanez/Magallanes.svg)](https://scrutinizer-ci.com/g/andres-montanez/Magallanes/) [![Latest Stable Version](https://img.shields.io/packagist/v/andres-montanez/magallanes.svg?label=stable)](https://packagist.org/packages/andres-montanez/magallanes)