From 26bfd6617c8d99405a3ab5f6fda926c9f79320c7 Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Fri, 23 Feb 2018 18:00:20 +0700 Subject: [PATCH] Added .codecov.yml config to the project and fixed code coverage ignores. --- .codecov.yml | 12 ++++++++++++ phpunit.mysql.xml | 4 ++++ phpunit.pgsql.xml | 4 ++++ 3 files changed, 20 insertions(+) create mode 100644 .codecov.yml 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 +