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


##########
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:
   I think it's because:
   > route not mounted in 3.x
   
   So we need to:
   > cd htmlcov && python -m http.server 5555, then open 
http://localhost:25555/ (Breeze maps 5555→25555)
   
   



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