No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
d3e626f
... +0 ...
b1fd98c
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
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 | -0.07% 81.83% |
Project Totals (29 files) | 81.83% |
b1fd98c
d3e626f