Skip to content

Set ENV variable for test coverage #4

Set ENV variable for test coverage

Set ENV variable for test coverage #4

Workflow file for this run

name: Tests
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@master
env:
TEST_NAME: Scarlett
XDEBUG_MODE: coverage
with:
version: 9.6
bootstrap: vendor/autoload.php
configuration: phpunit.xml
php_extensions: "xdebug"
args: --coverage-text