Skip to content

Commit

Permalink
updated scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
vasildakov committed Dec 26, 2023
1 parent dd35f71 commit 605edf2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ build:
xdebug.mode: coverage

nodes:
coverage:
tests:
override:
- command: ./vendor/bin/phpunit --coverage-clover ./coverage.xml
coverage:
file: ./build/logs/coverage.xml
format: clover

analysis:
tests:
override:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Econt API Client

![example workflow](https://github.com/vasildakov/econt/actions/workflows/php.yml/badge.svg)

## Features

This library is compliant with [PSR-7: HTTP message interfaces](https://www.php-fig.org/psr/psr-7/), [PSR-17: HTTP Factories](https://www.php-fig.org/psr/psr-17/) and [PSR-18: HTTP Client](https://www.php-fig.org/psr/psr-18/)
Expand Down

0 comments on commit 605edf2

Please sign in to comment.