Compare commits

...

2 Commits

Author SHA1 Message Date
Jef Roosens 65715f42be Merge pull request 'Update dependency pytest-cov to v2.12.0' (#28) from renovate/pytest-cov-2.x into develop
continuous-integration/drone the build failed Details
Reviewed-on: https://git.roosens.me/Chewing_Bever/backup-tool/pulls/28
2021-05-15 17:57:22 +02:00
Renovate Bot 15b90ff670 Update dependency pytest-cov to v2.12.0
continuous-integration/drone the build failed Details
2021-05-15 15:01:53 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ci =
# Used inside Tox for running tests
test =
pytest==6.2.4
pytest-cov==2.11.1
pytest-cov==2.12.0
# Used inside tox for linting
lint =