diff --git a/.editorconfig b/.editorconfig index 67a7860..01bb1b3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ trim_trailing_whitespace = true [Makefile] indent_style = tab + +[*.yml] +indent_size = 2 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index dd5a206..c8b3f14 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -145,13 +145,10 @@ jobs: ${{ runner.os }}-composer- - name: "Install dependencies with composer" - run: php $(which composer) install --no-interaction --no-progress --no-plugins - - - name: "Dump Xdebug filter with phpunit/phpunit" - run: php vendor/bin/phpunit --dump-xdebug-filter=.build/phpunit/xdebug-filter.php + run: composer install --no-interaction --no-progress --no-plugins - name: "Collect code coverage with Xdebug and phpunit/phpunit" - run: php vendor/bin/phpunit --coverage-clover=build/logs/clover.xml --prepend=.build/phpunit/xdebug-filter.php + run: vendor/bin/phpunit --coverage-clover=build/logs/clover.xml - name: "Download code coverage uploader for Codecov.io" run: curl -s https://codecov.io/bash -o codecov diff --git a/LICENSE b/LICENSE index 933697f..5b31439 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Woohoo Labs. +Copyright (c) 2021 Woohoo Labs. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal