angadsingh / airflow-ditto

Compare d3e626f ... +0 ... b1fd98c

Showing 1 of 2 files from the diff.

@@ -242,6 +242,11 @@
Loading
242 242
        :param src_dag: the source airflow DAG to be ditto-transformed
243 243
        :return: the resultant transformed DAG
244 244
        """
245 +
        if self.debug_mode:
246 +
            rendering.debug_dags(
247 +
                [src_dag],
248 +
                figsize=[14, 14])
249 +
245 250
        # transform sub-DAGs of the src_dag
246 251
        if self.subdag_transformers:
247 252
            self.transform_sub_dags(src_dag)

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Coverage
ditto -0.07% 81.83%
Project Totals (29 files) 81.83%
Loading