kopia lustrzana https://github.com/corrscope/corrscope
Update codecov library to fix CI uploading to codecov.io
rodzic
4df77cd007
commit
8cca258e17
|
@ -78,11 +78,11 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|||
|
||||
[[package]]
|
||||
name = "codecov"
|
||||
version = "2.0.15"
|
||||
description = "Hosted coverage reports for Github, Bitbucket and Gitlab"
|
||||
version = "2.1.10"
|
||||
description = "Hosted coverage reports for GitHub, Bitbucket and Gitlab"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
||||
|
||||
[package.dependencies]
|
||||
coverage = "*"
|
||||
|
@ -512,7 +512,7 @@ testing = ["pathlib2", "contextlib2", "unittest2"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.6"
|
||||
content-hash = "89cd7af8578be2eeb92b1c7716d3bd3010d1abac7185bf41c2a54590bccb5c26"
|
||||
content-hash = "a305afc7b2cf3102e7b9874d550eab87949b25a6acd3eec4eb8d43dc12a33f1f"
|
||||
|
||||
[metadata.files]
|
||||
altgraph = [
|
||||
|
@ -548,8 +548,9 @@ click = [
|
|||
{file = "Click-7.0.tar.gz", hash = "sha256:5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7"},
|
||||
]
|
||||
codecov = [
|
||||
{file = "codecov-2.0.15-py2.py3-none-any.whl", hash = "sha256:ae00d68e18d8a20e9c3288ba3875ae03db3a8e892115bf9b83ef20507732bed4"},
|
||||
{file = "codecov-2.0.15.tar.gz", hash = "sha256:8ed8b7c6791010d359baed66f84f061bba5bd41174bf324c31311e8737602788"},
|
||||
{file = "codecov-2.1.10-py2.py3-none-any.whl", hash = "sha256:61bc71b5f58be8000bf9235aa9d0112f8fd3acca00aa02191bb81426d22a8584"},
|
||||
{file = "codecov-2.1.10-py3.8.egg", hash = "sha256:a333626e6ff882db760ce71a1d84baf80ddff2cd459a3cc49b41fdac47d77ca5"},
|
||||
{file = "codecov-2.1.10.tar.gz", hash = "sha256:d30ad6084501224b1ba699cbf018a340bb9553eb2701301c14133995fdd84f33"},
|
||||
]
|
||||
colorama = [
|
||||
{file = "colorama-0.4.1-py2.py3-none-any.whl", hash = "sha256:f8ac84de7840f5b9c4e3347b3c1eaa50f7e49c2b07596221daec5edaabbd7c48"},
|
||||
|
|
|
@ -44,7 +44,7 @@ pefile = {version = ">=2017.8.1", platform = "win32"}
|
|||
|
||||
coverage = "^4.5"
|
||||
pytest-cov = "^2.6"
|
||||
codecov = "^2.0"
|
||||
codecov = "^2.1"
|
||||
pytest_cases = "^1.2"
|
||||
black = {version = "^18.3-alpha.0", allow-prereleases = true}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue