You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2016/09/13 15:28:58 UTC

incubator-airflow git commit: Do not include testing and directories in coverage reporting

Repository: incubator-airflow
Updated Branches:
  refs/heads/master afed622d8 -> c21b11416


Do not include testing and directories in coverage reporting


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/c21b1141
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/c21b1141
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/c21b1141

Branch: refs/heads/master
Commit: c21b11416eb7e5482e017048886e4bbd9e37355e
Parents: afed622
Author: Bolke de Bruin <bo...@xs4all.nl>
Authored: Tue Sep 13 17:28:19 2016 +0200
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Tue Sep 13 17:28:19 2016 +0200

----------------------------------------------------------------------
 .coveragerc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/c21b1141/.coveragerc
----------------------------------------------------------------------
diff --git a/.coveragerc b/.coveragerc
index f1a76c2..2f9f579 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -12,4 +12,8 @@
 # limitations under the License.
 
 [report]
-omit = *contrib*
+omit =
+    *contrib*
+    tests/*
+    scripts/*
+    dev/*