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


##########
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:
   ah got it i missed that.



-- 
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