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 21:29:35 UTC

incubator-airflow git commit: Do not use migrations in coverage

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


Do not use migrations in coverage


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

Branch: refs/heads/master
Commit: 1a0d07e49632d76143d5782193647baa5c808530
Parents: c21b114
Author: Bolke de Bruin <bo...@xs4all.nl>
Authored: Tue Sep 13 23:29:13 2016 +0200
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Tue Sep 13 23:29:13 2016 +0200

----------------------------------------------------------------------
 .coveragerc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/1a0d07e4/.coveragerc
----------------------------------------------------------------------
diff --git a/.coveragerc b/.coveragerc
index 2f9f579..1d487e8 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -17,3 +17,4 @@ omit =
     tests/*
     scripts/*
     dev/*
+    airflow/migrations/*