angadsingh / airflow-ditto
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)
Files Coverage
ditto 81.83%
Project Totals (29 files) 81.83%
23.3
TRAVIS_OS_NAME=linux
3.8=.8
23.2
3.7=.7
TRAVIS_OS_NAME=linux

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading