diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..2d4e363c --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,12 @@ +coverage: + ignore: + - "app" + - "docs" + - "public" + - "runtime" + - "tests" + - "vendor" + - "src/PHPCensor/Migrations" + - "src/PHPCensor/Languages" + +comment: off diff --git a/phpunit.mysql.xml b/phpunit.mysql.xml index 64799bb2..74bdde60 100644 --- a/phpunit.mysql.xml +++ b/phpunit.mysql.xml @@ -53,6 +53,10 @@ ./src + + ./src/PHPCensor/Migrations + ./src/PHPCensor/Languages + diff --git a/phpunit.pgsql.xml b/phpunit.pgsql.xml index 28522543..3eab7c62 100644 --- a/phpunit.pgsql.xml +++ b/phpunit.pgsql.xml @@ -53,6 +53,10 @@ ./src + + ./src/PHPCensor/Migrations + ./src/PHPCensor/Languages +