소스 검색

Require coverage.py older than 4.4

coverage.py 4.4 removed the path from the filename attribute in its reports.
This leads to incorrect coverage from codecov as it relies on this attribute to
find the source file. Require coverage.py older than version 4.4.
micbou 7 년 전
부모
커밋
c6ea597bd4
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      python/test_requirements.txt

+ 4 - 0
python/test_requirements.txt

@@ -7,4 +7,8 @@ PyHamcrest >= 1.8.0
 # This needs to be kept in sync with submodule checkout in
 # third_party/ycmd/third_party
 future     == 0.15.2
+# coverage.py 4.4 removed the path from the filename attribute in its reports.
+# This leads to incorrect coverage from codecov as it relies on this attribute
+# to find the source file.
+coverage   <  4.4
 codecov    >= 2.0.5