[Galactica] V5 - tests

This commit is contained in:
Andrés Montañez 2022-04-10 01:30:12 -03:00
parent 9a46f89266
commit a3ce2679e6
No known key found for this signature in database
GPG key ID: 97E9F675F4C03DE2
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)