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 605edf2 commit a5e7ad6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build:
- command: ./vendor/bin/phpunit --coverage-clover ./coverage.xml
coverage:
file: ./build/logs/coverage.xml
format: clover
format: php-clover

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

![example workflow](https://github.com/vasildakov/econt/actions/workflows/php.yml/badge.svg)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/vasildakov/econt/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/vasildakov/econt/?branch=main)
[![Code Coverage](https://scrutinizer-ci.com/g/vasildakov/econt/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/vasildakov/econt/?branch=main)
[![Build Status](https://scrutinizer-ci.com/g/vasildakov/econt/badges/build.png?b=main)](https://scrutinizer-ci.com/g/vasildakov/econt/build-status/main)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/vasildakov/econt/badges/code-intelligence.svg?b=main)](https://scrutinizer-ci.com/code-intelligence)

## Features

Expand Down

0 comments on commit a5e7ad6

Please sign in to comment.