Merge pull request #3370 from bstaletic/coverage_new

[READY] Update coverage.py
This commit is contained in:
mergify[bot] 2019-05-08 20:39:50 +00:00 committed by GitHub
commit 227d20618d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,5 @@ 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
coverage >= 4.2
codecov >= 2.0.5