Skip to content

Commit

Permalink
Require coverage.py older than 4.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
micbou committed Jun 4, 2017
1 parent 263bd88 commit c6ea597
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/test_requirements.txt
Expand Up @@ -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

0 comments on commit c6ea597

Please sign in to comment.