Taragolis commented on code in PR #33589:
URL: https://github.com/apache/airflow/pull/33589#discussion_r1300347756


##########
setup.py:
##########
@@ -413,7 +413,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT 
/ "airflow" / "git_ve
     "blinker",
     "bowler",
     "click>=8.0",
-    "coverage",
+    "coverage>=7.2",

Review Comment:
   Just in case, 
[exclude_also](https://coverage.readthedocs.io/en/latest/config.html#report-exclude-also)
 introduced in 7.2.0



##########
codecov.yml:
##########
@@ -25,7 +25,7 @@ codecov:
 coverage:
   precision: 2
   round: down
-  range: "85...100"
+  range: 50..75

Review Comment:
   A bit more realistic [color 
range](https://docs.codecov.com/docs/coverage-configuration#range)



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