From 76744c7b524f5eaffe5971477d3410fdeb146335 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 4 Jan 2024 23:15:03 +0000 Subject: [PATCH] Un scrutinizer (#224) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Improve detection of element in query * style: reformat * style: reformat * test: multiple named selects * ci: remove scrutinizer * ci: remove scrutinizer --------- Co-authored-by: Tomáš Fedor --- .scrutinizer.yml | 32 -------------------------------- README.md | 4 ++-- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 0e7d790..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,32 +0,0 @@ -build: - environment: - php: 8.0.0 - - nodes: - analysis: - tests: - override: - - php-scrutinizer-run - - tests-and-coverage: - environment: - php: - ini: - "xdebug.mode": coverage - tests: - override: - - phpcs-run ./src - - command: "vendor/bin/phpunit test/phpunit --coverage-clover test/phpunit/_coverage --whitelist src" - coverage: - file: "test/phpunit/_coverage" - format: "php-clover" - -checks: - php: - code_rating: true - duplication: true - -filter: - excluded_paths: - - test/* - - vendor/* \ No newline at end of file diff --git a/README.md b/README.md index 96660a0..0485474 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ A lightweight and dependency free CSS to XPath translator. This repository is us Build status - + Code quality - + Code coverage