Skip to content

Commit

Permalink
+ Upload coverage to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmondDantes committed Oct 27, 2024
1 parent 297a5a0 commit c725793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"phpstan/phpstan": "^1.12"
},
"scripts": {
"test": "vendor/bin/phpunit --coverage-clover=coverage/clover.xml ./tests",
"test": "vendor/bin/phpunit --coverage-clover=coverage/clover.xml --coverage-filter=src ./tests",
"analysis": "phpstan"
}
}

0 comments on commit c725793

Please sign in to comment.