Skip to content
Snippets Groups Projects
Commit 0e8910af authored by Patrick Radtke's avatar Patrick Radtke
Browse files

Add phpcs dependency; fix coverage folder

parent f66e013c
Branches
Tags
No related merge requests found
......@@ -5,4 +5,5 @@ vendor/
.DS_Store
.phpunit.result.cache
.test-secrets
composer.lock
\ No newline at end of file
composer.lock
build/
\ No newline at end of file
......@@ -22,7 +22,8 @@
"require-dev": {
"simplesamlphp/simplesamlphp-test-framework": "^1.2",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18.3"
"psalm/plugin-phpunit": "^0.18.3",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
"psr-4": {
......
......@@ -7,7 +7,7 @@
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory>./lib</directory>
<directory>./src</directory>
</include>
<report>
<clover outputFile="build/logs/clover.xml"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment