nailo2c commented on code in PR #51035:
URL: https://github.com/apache/airflow/pull/51035#discussion_r2107621642


##########
scripts/cov/cov_runner.py:
##########
@@ -58,10 +57,6 @@ def run_tests(command_list, source, files_not_fully_covered):
     if failed:
         print("There are some coverage errors. Please fix them")
     if len(files_not_fully_covered) > 0:
-        print("Coverage run completed. Use the link below to see the coverage 
report")
-    breeze = os.environ.get("BREEZE", "false")

Review Comment:
   the original approach no longer works in Airflow 3.x (see #35127)
   so I came out with an alternative solution



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to